Color Hex Logo

#d096be Color Hex

#D096BE
(208,150,190)
0 Favorites   0 Comments

Color spaces of #d096be

RGB 208150190
HSL0.890.380.70
HSV319°28°82°
CMYK 0.000.280.09   0.18
XYZ46.213038.940353.7957
Yxy38.94030.33260.2802
Hunter Lab62.402222.9875-7.4312
CIE-Lab68.708028.0477-12.0617

#d096be color RGB value is (208,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 10111110
Octal 320 226 276
Decimal 208 150 190
Hex D0 96 BE

RGB Percentages of Color #d096be

%37.96
%27.37
%34.67

CMYK Percentages of Color #d096be

%0
%28
%9
%18

Triadic Colors of #d096be

#d096be #bed096 #96bed0

Analogous Colors of #d096be

#d096be #d096a1 #c596d0

Monochromatic Colors of #d096be

#d096be

Complementary Color

#d096be #96d0a8

#d096be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096be Color CSS Codes

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

#d096be Text Font Color

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

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


#d096be Background Color

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

This div background color is #d096be


#d096be Border Color

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

This div border color is #d096be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096be


Comments

No comments written yet.

Please login to write comment.