Color Hex Logo

#d96be5 Color Hex

#D96BE5
(217,107,229)
0 Favorites   0 Comments

Color spaces of #d96be5

RGB 217107229
HSL0.820.700.66
HSV294°53°90°
CMYK 0.050.530.00   0.10
XYZ48.015830.924277.5670
Yxy30.92420.30680.1976
Hunter Lab55.609556.8083-43.7740
CIE-Lab62.443660.0970-43.3747

#d96be5 color RGB value is (217,107,229).

#d96be5 hex color red value is 217, green value is 107 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d96be5 hue: 0.82 , saturation: 0.70 and the lightness value of d96be5 is 0.66.

The process color (four color CMYK) of #d96be5 color hex is 0.05, 0.53, 0.00, 0.10. Web safe color of #d96be5 is #cc66cc. Color #d96be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101011 11100101
Octal 331 153 345
Decimal 217 107 229
Hex D9 6B E5

RGB Percentages of Color #d96be5

%39.24
%19.35
%41.41

CMYK Percentages of Color #d96be5

%5
%53
%0
%10

Triadic Colors of #d96be5

#d96be5 #e5d96b #6be5d9

Analogous Colors of #d96be5

#d96be5 #e56bb4 #9c6be5

Monochromatic Colors of #d96be5

#d96be5

Complementary Color

#d96be5 #77e56b

#d96be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96be5 Color CSS Codes

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

#d96be5 Text Font Color

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

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


#d96be5 Background Color

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

This div background color is #d96be5


#d96be5 Border Color

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

This div border color is #d96be5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,107,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d96be5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d96be5;
  -webkit-box-shadow: 1px 1px 3px 2px #d96be5;
  box-shadow:         1px 1px 3px 2px #d96be5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,107,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96be5


Comments

No comments written yet.

Please login to write comment.