Color Hex Logo

#d096ca Color Hex

#D096CA
(208,150,202)
0 Favorites   0 Comments

Color spaces of #d096ca

RGB 208150202
HSL0.850.380.70
HSV306°28°82°
CMYK 0.000.280.03   0.18
XYZ47.579439.486960.9911
Yxy39.48690.32140.2667
Hunter Lab62.838625.1870-13.5598
CIE-Lab69.102530.1847-18.1379

#d096ca color RGB value is (208,150,202).

#d096ca hex color red value is 208, green value is 150 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d096ca hue: 0.85 , saturation: 0.38 and the lightness value of d096ca is 0.70.

The process color (four color CMYK) of #d096ca color hex is 0.00, 0.28, 0.03, 0.18. Web safe color of #d096ca is #cc99cc. Color #d096ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 11001010
Octal 320 226 312
Decimal 208 150 202
Hex D0 96 CA

RGB Percentages of Color #d096ca

%37.14
%26.79
%36.07

CMYK Percentages of Color #d096ca

%0
%28
%3
%18

Triadic Colors of #d096ca

#d096ca #cad096 #96cad0

Analogous Colors of #d096ca

#d096ca #d096ad #b996d0

Monochromatic Colors of #d096ca

#d096ca

Complementary Color

#d096ca #96d09c

#d096ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096ca Color CSS Codes

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

#d096ca Text Font Color

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

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


#d096ca Background Color

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

This div background color is #d096ca


#d096ca Border Color

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

This div border color is #d096ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096ca


Comments

No comments written yet.

Please login to write comment.