Color Hex Logo

#d05caf Color Hex

#D05CAF
(208,92,175)
0 Favorites   0 Comments

Color spaces of #d05caf

RGB 20892175
HSL0.880.550.59
HSV317°56°82°
CMYK 0.000.560.16   0.18
XYZ37.577424.159343.2401
Yxy24.15930.35800.2301
Hunter Lab49.152150.4493-17.7521
CIE-Lab56.246955.5627-22.4436

#d05caf color RGB value is (208,92,175).

#d05caf hex color red value is 208, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d05caf hue: 0.88 , saturation: 0.55 and the lightness value of d05caf is 0.59.

The process color (four color CMYK) of #d05caf color hex is 0.00, 0.56, 0.16, 0.18. Web safe color of #d05caf is #cc6699. Color #d05caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011100 10101111
Octal 320 134 257
Decimal 208 92 175
Hex D0 5C AF

RGB Percentages of Color #d05caf

%43.79
%19.37
%36.84

CMYK Percentages of Color #d05caf

%0
%56
%16
%18

Triadic Colors of #d05caf

#d05caf #afd05c #5cafd0

Analogous Colors of #d05caf

#d05caf #d05c75 #b75cd0

Monochromatic Colors of #d05caf

#d05caf

Complementary Color

#d05caf #5cd07d

#d05caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05caf Color CSS Codes

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

#d05caf Text Font Color

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

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


#d05caf Background Color

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

This div background color is #d05caf


#d05caf Border Color

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

This div border color is #d05caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05caf


Comments

No comments written yet.

Please login to write comment.