Color Hex Logo

#dcb8fd Color Hex

#DCB8FD
(220,184,253)
0 Favorites   0 Comments

Color spaces of #dcb8fd

RGB 220184253
HSL0.750.950.86
HSV271°27°99°
CMYK 0.130.270.00   0.01
XYZ64.385356.5885100.4577
Yxy56.58850.29080.2556
Hunter Lab75.225321.1337-26.5196
CIE-Lab79.947625.5557-29.2754

#dcb8fd color RGB value is (220,184,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 11111101
Octal 334 270 375
Decimal 220 184 253
Hex DC B8 FD

RGB Percentages of Color #dcb8fd

%33.49
%28.01
%38.51

CMYK Percentages of Color #dcb8fd

%13
%27
%0
%1

Triadic Colors of #dcb8fd

#dcb8fd #fddcb8 #b8fddc

Analogous Colors of #dcb8fd

#dcb8fd #fdb8fc #bab8fd

Monochromatic Colors of #dcb8fd

#dcb8fd

Complementary Color

#dcb8fd #d9fdb8

#dcb8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb8fd Color CSS Codes

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

#dcb8fd Text Font Color

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

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


#dcb8fd Background Color

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

This div background color is #dcb8fd


#dcb8fd Border Color

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

This div border color is #dcb8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb8fd


Comments

No comments written yet.

Please login to write comment.