Color Hex Logo

#d04561 Color Hex

#D04561
(208,69,97)
0 Favorites   0 Comments

Color spaces of #d04561

RGB 2086997
HSL0.970.600.54
HSV348°67°82°
CMYK 0.000.670.53   0.18
XYZ30.298218.529213.2889
Yxy18.52920.48780.2983
Hunter Lab43.045650.309911.8281
CIE-Lab50.131856.505914.8139

#d04561 color RGB value is (208,69,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000101 01100001
Octal 320 105 141
Decimal 208 69 97
Hex D0 45 61

RGB Percentages of Color #d04561

%55.61
%18.45
%25.94

CMYK Percentages of Color #d04561

%0
%67
%53
%18

Triadic Colors of #d04561

#d04561 #61d045 #4561d0

Analogous Colors of #d04561

#d04561 #d06f45 #d045a7

Monochromatic Colors of #d04561

#d04561

Complementary Color

#d04561 #45d0b4

#d04561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04561 Color CSS Codes

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

#d04561 Text Font Color

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

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


#d04561 Background Color

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

This div background color is #d04561


#d04561 Border Color

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

This div border color is #d04561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04561


Comments

No comments written yet.

Please login to write comment.