Color Hex Logo

#dcbaf0 Color Hex

#DCBAF0
(220,186,240)
0 Favorites   0 Comments

Color spaces of #dcbaf0

RGB 220186240
HSL0.770.640.84
HSV278°23°94°
CMYK 0.080.230.00   0.06
XYZ62.802356.624790.0577
Yxy56.62470.29980.2703
Hunter Lab75.249417.2877-18.2831
CIE-Lab79.968021.8389-22.2750

#dcbaf0 color RGB value is (220,186,240).

#dcbaf0 hex color red value is 220, green value is 186 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dcbaf0 hue: 0.77 , saturation: 0.64 and the lightness value of dcbaf0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11110000
Octal 334 272 360
Decimal 220 186 240
Hex DC BA F0

RGB Percentages of Color #dcbaf0

%34.06
%28.79
%37.15

CMYK Percentages of Color #dcbaf0

%8
%23
%0
%6

Triadic Colors of #dcbaf0

#dcbaf0 #f0dcba #baf0dc

Analogous Colors of #dcbaf0

#dcbaf0 #f0bae9 #c1baf0

Monochromatic Colors of #dcbaf0

#dcbaf0

Complementary Color

#dcbaf0 #cef0ba

#dcbaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaf0 Color CSS Codes

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

#dcbaf0 Text Font Color

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

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


#dcbaf0 Background Color

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

This div background color is #dcbaf0


#dcbaf0 Border Color

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

This div border color is #dcbaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaf0


Comments

No comments written yet.

Please login to write comment.