Color Hex Logo

#d096ff Color Hex

#D096FF
(208,150,255)
0 Favorites   0 Comments

Color spaces of #d096ff

RGB 208150255
HSL0.761.000.79
HSV273°41°100°
CMYK 0.180.410.00   0.00
XYZ54.968842.442699.9028
Yxy42.44260.27860.2151
Hunter Lab65.148036.6009-45.3161
CIE-Lab71.175040.8233-44.0414

#d096ff color RGB value is (208,150,255).

#d096ff hex color red value is 208, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d096ff hue: 0.76 , saturation: 1.00 and the lightness value of d096ff is 0.79.

The process color (four color CMYK) of #d096ff color hex is 0.18, 0.41, 0.00, 0.00. Web safe color of #d096ff is #cc99ff. Color #d096ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 11111111
Octal 320 226 377
Decimal 208 150 255
Hex D0 96 FF

RGB Percentages of Color #d096ff

%33.93
%24.47
%41.60

CMYK Percentages of Color #d096ff

%18
%41
%0
%0

Triadic Colors of #d096ff

#d096ff #ffd096 #96ffd0

Analogous Colors of #d096ff

#d096ff #ff96fa #9c96ff

Monochromatic Colors of #d096ff

#d096ff

Complementary Color

#d096ff #c5ff96

#d096ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096ff Color CSS Codes

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

#d096ff Text Font Color

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

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


#d096ff Background Color

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

This div background color is #d096ff


#d096ff Border Color

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

This div border color is #d096ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096ff


Comments

No comments written yet.

Please login to write comment.