Color Hex Logo

#dcbcfe Color Hex

#DCBCFE
(220,188,254)
0 Favorites   0 Comments

Color spaces of #dcbcfe

RGB 220188254
HSL0.750.970.87
HSV269°26°100°
CMYK 0.130.260.00   0.00
XYZ65.387858.3378101.5799
Yxy58.33780.29020.2589
Hunter Lab76.379219.1493-25.3868
CIE-Lab80.926223.6048-28.3104

#dcbcfe color RGB value is (220,188,254).

#dcbcfe hex color red value is 220, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dcbcfe hue: 0.75 , saturation: 0.97 and the lightness value of dcbcfe is 0.87.

The process color (four color CMYK) of #dcbcfe color hex is 0.13, 0.26, 0.00, 0.00. Web safe color of #dcbcfe is #ccccff. Color #dcbcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11111110
Octal 334 274 376
Decimal 220 188 254
Hex DC BC FE

RGB Percentages of Color #dcbcfe

%33.23
%28.40
%38.37

CMYK Percentages of Color #dcbcfe

%13
%26
%0
%0

Triadic Colors of #dcbcfe

#dcbcfe #fedcbc #bcfedc

Analogous Colors of #dcbcfe

#dcbcfe #fdbcfe #bcbdfe

Monochromatic Colors of #dcbcfe

#dcbcfe

Complementary Color

#dcbcfe #defebc

#dcbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcfe Color CSS Codes

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

#dcbcfe Text Font Color

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

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


#dcbcfe Background Color

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

This div background color is #dcbcfe


#dcbcfe Border Color

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

This div border color is #dcbcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.