Color Hex Logo

#d04362 Color Hex

#D04362
(208,67,98)
0 Favorites   0 Comments

Color spaces of #d04362

RGB 2086798
HSL0.960.600.54
HSV347°68°82°
CMYK 0.000.680.53   0.18
XYZ30.224218.306013.4957
Yxy18.30600.48730.2951
Hunter Lab42.785551.219911.2482
CIE-Lab49.865257.376813.8423

#d04362 color RGB value is (208,67,98).

#d04362 hex color red value is 208, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d04362 hue: 0.96 , saturation: 0.60 and the lightness value of d04362 is 0.54.

The process color (four color CMYK) of #d04362 color hex is 0.00, 0.68, 0.53, 0.18. Web safe color of #d04362 is #cc3366. Color #d04362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000011 01100010
Octal 320 103 142
Decimal 208 67 98
Hex D0 43 62

RGB Percentages of Color #d04362

%55.76
%17.96
%26.27

CMYK Percentages of Color #d04362

%0
%68
%53
%18

Triadic Colors of #d04362

#d04362 #62d043 #4362d0

Analogous Colors of #d04362

#d04362 #d06b43 #d043a9

Monochromatic Colors of #d04362

#d04362

Complementary Color

#d04362 #43d0b1

#d04362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04362 Color CSS Codes

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

#d04362 Text Font Color

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

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


#d04362 Background Color

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

This div background color is #d04362


#d04362 Border Color

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

This div border color is #d04362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04362


Comments

No comments written yet.

Please login to write comment.