Color Hex Logo

#d03597 Color Hex

#D03597
(208,53,151)
0 Favorites   0 Comments

Color spaces of #d03597

RGB 20853151
HSL0.890.620.51
HSV322°75°82°
CMYK 0.000.750.27   0.18
XYZ32.871418.190531.0568
Yxy18.19050.40030.2215
Hunter Lab42.650362.9352-13.3181
CIE-Lab49.726467.6613-18.3311

#d03597 color RGB value is (208,53,151).

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

The process color (four color CMYK) of #d03597 color hex is 0.00, 0.75, 0.27, 0.18. Web safe color of #d03597 is #cc3399. Color #d03597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110101 10010111
Octal 320 65 227
Decimal 208 53 151
Hex D0 35 97

RGB Percentages of Color #d03597

%50.49
%12.86
%36.65

CMYK Percentages of Color #d03597

%0
%75
%27
%18

Triadic Colors of #d03597

#d03597 #97d035 #3597d0

Analogous Colors of #d03597

#d03597 #d0354a #bc35d0

Monochromatic Colors of #d03597

#d03597

Complementary Color

#d03597 #35d06e

#d03597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03597 Color CSS Codes

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

#d03597 Text Font Color

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

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


#d03597 Background Color

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

This div background color is #d03597


#d03597 Border Color

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

This div border color is #d03597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03597


Comments

No comments written yet.

Please login to write comment.