Color Hex Logo

#cba8eb Color Hex

#CBA8EB
(203,168,235)
0 Favorites   0 Comments

Color spaces of #cba8eb

RGB 203168235
HSL0.750.630.79
HSV271°29°92°
CMYK 0.140.290.00   0.08
XYZ53.626646.699984.7848
Yxy46.69990.28970.2523
Hunter Lab68.337320.4846-25.7238
CIE-Lab73.997425.2392-28.8313

#cba8eb color RGB value is (203,168,235).

#cba8eb hex color red value is 203, green value is 168 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cba8eb hue: 0.75 , saturation: 0.63 and the lightness value of cba8eb is 0.79.

The process color (four color CMYK) of #cba8eb color hex is 0.14, 0.29, 0.00, 0.08. Web safe color of #cba8eb is #cc99ff. Color #cba8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 11101011
Octal 313 250 353
Decimal 203 168 235
Hex CB A8 EB

RGB Percentages of Color #cba8eb

%33.50
%27.72
%38.78

CMYK Percentages of Color #cba8eb

%14
%29
%0
%8

Triadic Colors of #cba8eb

#cba8eb #ebcba8 #a8ebcb

Analogous Colors of #cba8eb

#cba8eb #eba8ea #aaa8eb

Monochromatic Colors of #cba8eb

#cba8eb

Complementary Color

#cba8eb #c8eba8

#cba8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8eb Color CSS Codes

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

#cba8eb Text Font Color

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

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


#cba8eb Background Color

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

This div background color is #cba8eb


#cba8eb Border Color

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

This div border color is #cba8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8eb

#cba8eb Color Palettes


Comments

No comments written yet.

Please login to write comment.