color codes Logo

#d1325d color codes

#D1325D
(209,50,93)
0 Favorites   0 Comments

Color spaces of #d1325d

RGB 2095093
HSL0.950.630.51
HSV344°76°82°
CMYK 0.000.760.56   0.18
XYZ29.410916.626812.0151
Yxy16.62680.50660.2864
Hunter Lab40.776057.390611.0727
CIE-Lab47.786363.248414.0469

#d1325d color RGB value is (209,50,93).

#d1325d hex color red value is 209, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d1325d hue: 0.95 , saturation: 0.63 and the lightness value of d1325d is 0.51.

The process color (four color CMYK) of #d1325d color code is 0.00, 0.76, 0.56, 0.18. Web safe color of #d1325d is #cc3366. Color #d1325d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 01011101
Octal 321 62 135
Decimal 209 50 93
Hex D1 32 5D

RGB Percentages of Color #d1325d

%59.38
%14.20
%26.42

CMYK Percentages of Color #d1325d

%0
%76
%56
%18

Triadic Colors of #d1325d

#d1325d #5dd132 #325dd1

Analogous Colors of #d1325d

#d1325d #d15632 #d132ad

Monochromatic Colors of #d1325d

#d1325d

Complementary Color

#d1325d #32d1a6

#d1325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1325d Color CSS Codes

.mybgcolor {background-color:#d1325d; } 
.myforecolor {color:#d1325d; }
.mybordercolor {border:3px solid #d1325d; }

#d1325d Text Font Color

<p style="color:#d1325d">Text here</p>

This sample text font color is #d1325d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d1325d Background Color

<div style="background-color:#d1325d">
Div content here</div>

This div background color is #d1325d


#d1325d Border Color

<div style="border:3px solid #d1325d">
Div here</div>

This div border color is #d1325d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,50,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1325d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1325d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1325d;
  box-shadow:         1px 1px 3px 2px #d1325d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,50,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1325d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d1325d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1325d;
  box-shadow:         1px 1px 3px 2px #d1325d;">
Div content here</div>

This div box has shadow with color #d1325d


Comments

No comments written yet.

Please login to write comment.