Color Hex Logo

#dcbbfd Color Hex

#DCBBFD
(220,187,253)
0 Favorites   0 Comments

Color spaces of #dcbbfd

RGB 220187253
HSL0.750.940.86
HSV270°26°99°
CMYK 0.130.260.00   0.01
XYZ65.015157.8481100.6676
Yxy57.84810.29090.2588
Hunter Lab76.057919.4822-25.2336
CIE-Lab80.654323.9369-28.1925

#dcbbfd color RGB value is (220,187,253).

#dcbbfd hex color red value is 220, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcbbfd hue: 0.75 , saturation: 0.94 and the lightness value of dcbbfd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11111101
Octal 334 273 375
Decimal 220 187 253
Hex DC BB FD

RGB Percentages of Color #dcbbfd

%33.33
%28.33
%38.33

CMYK Percentages of Color #dcbbfd

%13
%26
%0
%1

Triadic Colors of #dcbbfd

#dcbbfd #fddcbb #bbfddc

Analogous Colors of #dcbbfd

#dcbbfd #fdbbfd #bbbbfd

Monochromatic Colors of #dcbbfd

#dcbbfd

Complementary Color

#dcbbfd #dcfdbb

#dcbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbfd Color CSS Codes

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

#dcbbfd Text Font Color

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

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


#dcbbfd Background Color

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

This div background color is #dcbbfd


#dcbbfd Border Color

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

This div border color is #dcbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbfd


Comments

No comments written yet.

Please login to write comment.