Color Hex Logo

#dcbfeb Color Hex

#DCBFEB
(220,191,235)
0 Favorites   0 Comments

Color spaces of #dcbfeb

RGB 220191235
HSL0.780.520.84
HSV280°19°92°
CMYK 0.060.190.00   0.08
XYZ63.141458.475486.5562
Yxy58.47540.30330.2809
Hunter Lab76.469213.5681-13.5824
CIE-Lab81.002418.1629-18.0263

#dcbfeb color RGB value is (220,191,235).

#dcbfeb hex color red value is 220, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcbfeb hue: 0.78 , saturation: 0.52 and the lightness value of dcbfeb is 0.84.

The process color (four color CMYK) of #dcbfeb color hex is 0.06, 0.19, 0.00, 0.08. Web safe color of #dcbfeb is #ccccff. Color #dcbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 11101011
Octal 334 277 353
Decimal 220 191 235
Hex DC BF EB

RGB Percentages of Color #dcbfeb

%34.06
%29.57
%36.38

CMYK Percentages of Color #dcbfeb

%6
%19
%0
%8

Triadic Colors of #dcbfeb

#dcbfeb #ebdcbf #bfebdc

Analogous Colors of #dcbfeb

#dcbfeb #ebbfe4 #c6bfeb

Monochromatic Colors of #dcbfeb

#dcbfeb

Complementary Color

#dcbfeb #ceebbf

#dcbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbfeb Color CSS Codes

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

#dcbfeb Text Font Color

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

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


#dcbfeb Background Color

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

This div background color is #dcbfeb


#dcbfeb Border Color

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

This div border color is #dcbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbfeb


Comments

No comments written yet.

Please login to write comment.