Color Hex Logo

#cba7dc Color Hex

#CBA7DC
(203,167,220)
0 Favorites   0 Comments

Color spaces of #cba7dc

RGB 203167220
HSL0.780.430.76
HSV281°24°86°
CMYK 0.080.240.00   0.14
XYZ51.365645.501373.7855
Yxy45.50130.30100.2666
Hunter Lab67.454717.8792-17.6363
CIE-Lab73.220822.6967-21.8422

#cba7dc color RGB value is (203,167,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 11011100
Octal 313 247 334
Decimal 203 167 220
Hex CB A7 DC

RGB Percentages of Color #cba7dc

%34.41
%28.31
%37.29

CMYK Percentages of Color #cba7dc

%8
%24
%0
%14

Triadic Colors of #cba7dc

#cba7dc #dccba7 #a7dccb

Analogous Colors of #cba7dc

#cba7dc #dca7d3 #b1a7dc

Monochromatic Colors of #cba7dc

#cba7dc

Complementary Color

#cba7dc #b8dca7

#cba7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba7dc Color CSS Codes

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

#cba7dc Text Font Color

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

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


#cba7dc Background Color

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

This div background color is #cba7dc


#cba7dc Border Color

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

This div border color is #cba7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba7dc


Comments

No comments written yet.

Please login to write comment.