Color Hex Logo

#d96ceb Color Hex

#D96CEB
(217,108,235)
0 Favorites   0 Comments

Color spaces of #d96ceb

RGB 217108235
HSL0.810.760.67
HSV291°54°92°
CMYK 0.080.540.00   0.08
XYZ48.973231.475082.0914
Yxy31.47500.30130.1936
Hunter Lab56.102657.6371-47.4835
CIE-Lab62.906660.7306-45.9840

#d96ceb color RGB value is (217,108,235).

#d96ceb hex color red value is 217, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d96ceb hue: 0.81 , saturation: 0.76 and the lightness value of d96ceb is 0.67.

The process color (four color CMYK) of #d96ceb color hex is 0.08, 0.54, 0.00, 0.08. Web safe color of #d96ceb is #cc66ff. Color #d96ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101100 11101011
Octal 331 154 353
Decimal 217 108 235
Hex D9 6C EB

RGB Percentages of Color #d96ceb

%38.75
%19.29
%41.96

CMYK Percentages of Color #d96ceb

%8
%54
%0
%8

Triadic Colors of #d96ceb

#d96ceb #ebd96c #6cebd9

Analogous Colors of #d96ceb

#d96ceb #eb6cbe #9a6ceb

Monochromatic Colors of #d96ceb

#d96ceb

Complementary Color

#d96ceb #7eeb6c

#d96ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96ceb Color CSS Codes

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

#d96ceb Text Font Color

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

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


#d96ceb Background Color

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

This div background color is #d96ceb


#d96ceb Border Color

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

This div border color is #d96ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96ceb


Comments

No comments written yet.

Please login to write comment.