Color Hex Logo

#dcbaf5 Color Hex

#DCBAF5
(220,186,245)
0 Favorites   0 Comments

Color spaces of #dcbaf5

RGB 220186245
HSL0.760.750.85
HSV275°24°96°
CMYK 0.100.240.00   0.04
XYZ63.555556.926094.0243
Yxy56.92600.29630.2654
Hunter Lab75.449318.3250-21.0722
CIE-Lab80.138022.8405-24.6989

#dcbaf5 color RGB value is (220,186,245).

#dcbaf5 hex color red value is 220, green value is 186 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dcbaf5 hue: 0.76 , saturation: 0.75 and the lightness value of dcbaf5 is 0.85.

The process color (four color CMYK) of #dcbaf5 color hex is 0.10, 0.24, 0.00, 0.04. Web safe color of #dcbaf5 is #ccccff. Color #dcbaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11110101
Octal 334 272 365
Decimal 220 186 245
Hex DC BA F5

RGB Percentages of Color #dcbaf5

%33.79
%28.57
%37.63

CMYK Percentages of Color #dcbaf5

%10
%24
%0
%4

Triadic Colors of #dcbaf5

#dcbaf5 #f5dcba #baf5dc

Analogous Colors of #dcbaf5

#dcbaf5 #f5baf1 #bfbaf5

Monochromatic Colors of #dcbaf5

#dcbaf5

Complementary Color

#dcbaf5 #d3f5ba

#dcbaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaf5 Color CSS Codes

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

#dcbaf5 Text Font Color

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

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


#dcbaf5 Background Color

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

This div background color is #dcbaf5


#dcbaf5 Border Color

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

This div border color is #dcbaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaf5


Comments

No comments written yet.

Please login to write comment.