Color Hex Logo

#d05fae Color Hex

#D05FAE
(208,95,174)
0 Favorites   0 Comments

Color spaces of #d05fae

RGB 20895174
HSL0.880.550.59
HSV318°54°82°
CMYK 0.000.540.16   0.18
XYZ37.744624.650342.8130
Yxy24.65030.35880.2343
Hunter Lab49.649148.8148-16.3721
CIE-Lab56.733154.0106-21.1198

#d05fae color RGB value is (208,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011111 10101110
Octal 320 137 256
Decimal 208 95 174
Hex D0 5F AE

RGB Percentages of Color #d05fae

%43.61
%19.92
%36.48

CMYK Percentages of Color #d05fae

%0
%54
%16
%18

Triadic Colors of #d05fae

#d05fae #aed05f #5faed0

Analogous Colors of #d05fae

#d05fae #d05f76 #ba5fd0

Monochromatic Colors of #d05fae

#d05fae

Complementary Color

#d05fae #5fd081

#d05fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05fae Color CSS Codes

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

#d05fae Text Font Color

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

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


#d05fae Background Color

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

This div background color is #d05fae


#d05fae Border Color

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

This div border color is #d05fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05fae


Comments

No comments written yet.

Please login to write comment.