Color Hex Logo

#df8ceb Color Hex

#DF8CEB
(223,140,235)
0 Favorites   0 Comments

Color spaces of #df8ceb

RGB 223140235
HSL0.810.700.74
HSV292°40°92°
CMYK 0.050.400.00   0.08
XYZ54.804940.442383.5149
Yxy40.44230.30660.2262
Hunter Lab63.594342.5396-33.3464
CIE-Lab69.783446.4071-35.1735

#df8ceb color RGB value is (223,140,235).

#df8ceb hex color red value is 223, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df8ceb hue: 0.81 , saturation: 0.70 and the lightness value of df8ceb is 0.74.

The process color (four color CMYK) of #df8ceb color hex is 0.05, 0.40, 0.00, 0.08. Web safe color of #df8ceb is #cc99ff. Color #df8ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 11101011
Octal 337 214 353
Decimal 223 140 235
Hex DF 8C EB

RGB Percentages of Color #df8ceb

%37.29
%23.41
%39.30

CMYK Percentages of Color #df8ceb

%5
%40
%0
%8

Triadic Colors of #df8ceb

#df8ceb #ebdf8c #8cebdf

Analogous Colors of #df8ceb

#df8ceb #eb8cc8 #b08ceb

Monochromatic Colors of #df8ceb

#df8ceb

Complementary Color

#df8ceb #98eb8c

#df8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8ceb Color CSS Codes

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

#df8ceb Text Font Color

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

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


#df8ceb Background Color

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

This div background color is #df8ceb


#df8ceb Border Color

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

This div border color is #df8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8ceb


Comments

No comments written yet.

Please login to write comment.