Color Hex Logo

#cba8ef Color Hex

#CBA8EF
(203,168,239)
0 Favorites   0 Comments

Color spaces of #cba8ef

RGB 203168239
HSL0.750.690.80
HSV270°30°94°
CMYK 0.150.300.00   0.06
XYZ54.211246.933887.8632
Yxy46.93380.28680.2483
Hunter Lab68.508221.3592-28.0848
CIE-Lab74.147426.0886-30.7731

#cba8ef color RGB value is (203,168,239).

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

The process color (four color CMYK) of #cba8ef color hex is 0.15, 0.30, 0.00, 0.06. Web safe color of #cba8ef is #cc99ff. Color #cba8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 11101111
Octal 313 250 357
Decimal 203 168 239
Hex CB A8 EF

RGB Percentages of Color #cba8ef

%33.28
%27.54
%39.18

CMYK Percentages of Color #cba8ef

%15
%30
%0
%6

Triadic Colors of #cba8ef

#cba8ef #efcba8 #a8efcb

Analogous Colors of #cba8ef

#cba8ef #efa8ef #a8a9ef

Monochromatic Colors of #cba8ef

#cba8ef

Complementary Color

#cba8ef #ccefa8

#cba8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8ef Color CSS Codes

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

#cba8ef Text Font Color

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

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


#cba8ef Background Color

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

This div background color is #cba8ef


#cba8ef Border Color

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

This div border color is #cba8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8ef


Comments

No comments written yet.

Please login to write comment.