Color Hex Logo

#cba8dc Color Hex

#CBA8DC
(203,168,220)
0 Favorites   0 Comments

Color spaces of #cba8dc

RGB 203168220
HSL0.780.430.76
HSV280°24°86°
CMYK 0.080.240.00   0.14
XYZ51.549545.869173.8468
Yxy45.86910.30100.2678
Hunter Lab67.726717.3416-17.2390
CIE-Lab73.460522.1488-21.4775

#cba8dc color RGB value is (203,168,220).

#cba8dc hex color red value is 203, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cba8dc hue: 0.78 , saturation: 0.43 and the lightness value of cba8dc is 0.76.

The process color (four color CMYK) of #cba8dc color hex is 0.08, 0.24, 0.00, 0.14. Web safe color of #cba8dc is #cc99cc. Color #cba8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 11011100
Octal 313 250 334
Decimal 203 168 220
Hex CB A8 DC

RGB Percentages of Color #cba8dc

%34.35
%28.43
%37.23

CMYK Percentages of Color #cba8dc

%8
%24
%0
%14

Triadic Colors of #cba8dc

#cba8dc #dccba8 #a8dccb

Analogous Colors of #cba8dc

#cba8dc #dca8d3 #b1a8dc

Monochromatic Colors of #cba8dc

#cba8dc

Complementary Color

#cba8dc #b9dca8

#cba8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8dc Color CSS Codes

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

#cba8dc Text Font Color

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

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


#cba8dc Background Color

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

This div background color is #cba8dc


#cba8dc Border Color

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

This div border color is #cba8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8dc


Comments

No comments written yet.

Please login to write comment.