Color Hex Logo

#d05792 Color Hex

#D05792
(208,87,146)
0 Favorites   0 Comments

Color spaces of #d05792

RGB 20887146
HSL0.920.560.58
HSV331°58°82°
CMYK 0.000.580.30   0.18
XYZ34.608922.301629.6747
Yxy22.30160.39970.2576
Hunter Lab47.224648.1721-4.1991
CIE-Lab54.345653.8288-8.3843

#d05792 color RGB value is (208,87,146).

#d05792 hex color red value is 208, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d05792 hue: 0.92 , saturation: 0.56 and the lightness value of d05792 is 0.58.

The process color (four color CMYK) of #d05792 color hex is 0.00, 0.58, 0.30, 0.18. Web safe color of #d05792 is #cc6699. Color #d05792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 10010010
Octal 320 127 222
Decimal 208 87 146
Hex D0 57 92

RGB Percentages of Color #d05792

%47.17
%19.73
%33.11

CMYK Percentages of Color #d05792

%0
%58
%30
%18

Triadic Colors of #d05792

#d05792 #92d057 #5792d0

Analogous Colors of #d05792

#d05792 #d05957 #d057cf

Monochromatic Colors of #d05792

#d05792

Complementary Color

#d05792 #57d095

#d05792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05792 Color CSS Codes

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

#d05792 Text Font Color

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

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


#d05792 Background Color

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

This div background color is #d05792


#d05792 Border Color

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

This div border color is #d05792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05792


Comments

No comments written yet.

Please login to write comment.