Color Hex Logo

#d04562 Color Hex

#D04562
(208,69,98)
0 Favorites   0 Comments

Color spaces of #d04562

RGB 2086998
HSL0.970.600.54
HSV347°67°82°
CMYK 0.000.670.53   0.18
XYZ30.345218.548013.5360
Yxy18.54800.48610.2971
Hunter Lab43.067450.402811.5124
CIE-Lab50.154156.586114.2413

#d04562 color RGB value is (208,69,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000101 01100010
Octal 320 105 142
Decimal 208 69 98
Hex D0 45 62

RGB Percentages of Color #d04562

%55.47
%18.40
%26.13

CMYK Percentages of Color #d04562

%0
%67
%53
%18

Triadic Colors of #d04562

#d04562 #62d045 #4562d0

Analogous Colors of #d04562

#d04562 #d06e45 #d045a8

Monochromatic Colors of #d04562

#d04562

Complementary Color

#d04562 #45d0b3

#d04562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04562 Color CSS Codes

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

#d04562 Text Font Color

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

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


#d04562 Background Color

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

This div background color is #d04562


#d04562 Border Color

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

This div border color is #d04562


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,69,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 #d04562">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04562


Comments

No comments written yet.

Please login to write comment.