Color Hex Logo

#dcbeff Color Hex

#DCBEFF
(220,190,255)
0 Favorites   0 Comments

Color spaces of #dcbeff

RGB 220190255
HSL0.741.000.87
HSV268°25°100°
CMYK 0.140.250.00   0.00
XYZ65.978759.2626102.5691
Yxy59.26260.28960.2601
Hunter Lab76.982218.2671-25.1089
CIE-Lab81.435722.7343-28.0643

#dcbeff color RGB value is (220,190,255).

#dcbeff hex color red value is 220, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcbeff hue: 0.74 , saturation: 1.00 and the lightness value of dcbeff is 0.87.

The process color (four color CMYK) of #dcbeff color hex is 0.14, 0.25, 0.00, 0.00. Web safe color of #dcbeff is #ccccff. Color #dcbeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11111111
Octal 334 276 377
Decimal 220 190 255
Hex DC BE FF

RGB Percentages of Color #dcbeff

%33.08
%28.57
%38.35

CMYK Percentages of Color #dcbeff

%14
%25
%0
%0

Triadic Colors of #dcbeff

#dcbeff #ffdcbe #beffdc

Analogous Colors of #dcbeff

#dcbeff #fdbeff #bec1ff

Monochromatic Colors of #dcbeff

#dcbeff

Complementary Color

#dcbeff #e1ffbe

#dcbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbeff Color CSS Codes

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

#dcbeff Text Font Color

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

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


#dcbeff Background Color

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

This div background color is #dcbeff


#dcbeff Border Color

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

This div border color is #dcbeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbeff


Comments

No comments written yet.

Please login to write comment.