Color Hex Logo

#d67deb Color Hex

#D67DEB
(214,125,235)
0 Favorites   0 Comments

Color spaces of #d67deb

RGB 214125235
HSL0.800.730.71
HSV289°47°92°
CMYK 0.090.470.00   0.08
XYZ50.060634.961582.7070
Yxy34.96150.29850.2084
Hunter Lab59.128347.6516-41.5435
CIE-Lab65.718751.5546-41.5894

#d67deb color RGB value is (214,125,235).

#d67deb hex color red value is 214, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d67deb hue: 0.80 , saturation: 0.73 and the lightness value of d67deb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111101 11101011
Octal 326 175 353
Decimal 214 125 235
Hex D6 7D EB

RGB Percentages of Color #d67deb

%37.28
%21.78
%40.94

CMYK Percentages of Color #d67deb

%9
%47
%0
%8

Triadic Colors of #d67deb

#d67deb #ebd67d #7debd6

Analogous Colors of #d67deb

#d67deb #eb7dc9 #9f7deb

Monochromatic Colors of #d67deb

#d67deb

Complementary Color

#d67deb #92eb7d

#d67deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67deb Color CSS Codes

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

#d67deb Text Font Color

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

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


#d67deb Background Color

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

This div background color is #d67deb


#d67deb Border Color

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

This div border color is #d67deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,125,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 #d67deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67deb


Comments

No comments written yet.

Please login to write comment.