Color Hex Logo

#d03575 Color Hex

#D03575
(208,53,117)
0 Favorites   0 Comments

Color spaces of #d03575

RGB 20853117
HSL0.930.620.51
HSV335°75°82°
CMYK 0.000.750.44   0.18
XYZ30.496417.240518.5500
Yxy17.24050.46010.2601
Hunter Lab41.521758.43982.5771
CIE-Lab48.561664.01690.4405

#d03575 color RGB value is (208,53,117).

#d03575 hex color red value is 208, green value is 53 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d03575 hue: 0.93 , saturation: 0.62 and the lightness value of d03575 is 0.51.

The process color (four color CMYK) of #d03575 color hex is 0.00, 0.75, 0.44, 0.18. Web safe color of #d03575 is #cc3366. Color #d03575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 01110101
Octal 320 65 165
Decimal 208 53 117
Hex D0 35 75

RGB Percentages of Color #d03575

%55.03
%14.02
%30.95

CMYK Percentages of Color #d03575

%0
%75
%44
%18

Triadic Colors of #d03575

#d03575 #75d035 #3575d0

Analogous Colors of #d03575

#d03575 #d04335 #d035c3

Monochromatic Colors of #d03575

#d03575

Complementary Color

#d03575 #35d090

#d03575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03575 Color CSS Codes

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

#d03575 Text Font Color

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

This sample text font color is #d03575
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.


#d03575 Background Color

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

This div background color is #d03575


#d03575 Border Color

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

This div border color is #d03575


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,53,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d03575; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d03575;
  -webkit-box-shadow: 1px 1px 3px 2px #d03575;
  box-shadow:         1px 1px 3px 2px #d03575; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,53,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03575


Comments

No comments written yet.

Please login to write comment.