Color Hex Logo

#cb8aef Color Hex

#CB8AEF
(203,138,239)
0 Favorites   0 Comments

Color spaces of #cb8aef

RGB 203138239
HSL0.770.760.74
HSV279°42°94°
CMYK 0.150.420.00   0.06
XYZ49.297137.105586.2252
Yxy37.10550.28560.2149
Hunter Lab60.914337.8576-41.2860
CIE-Lab67.356142.4334-41.3179

#cb8aef color RGB value is (203,138,239).

#cb8aef hex color red value is 203, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cb8aef hue: 0.77 , saturation: 0.76 and the lightness value of cb8aef is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001010 11101111
Octal 313 212 357
Decimal 203 138 239
Hex CB 8A EF

RGB Percentages of Color #cb8aef

%35.00
%23.79
%41.21

CMYK Percentages of Color #cb8aef

%15
%42
%0
%6

Triadic Colors of #cb8aef

#cb8aef #efcb8a #8aefcb

Analogous Colors of #cb8aef

#cb8aef #ef8ae1 #998aef

Monochromatic Colors of #cb8aef

#cb8aef

Complementary Color

#cb8aef #aeef8a

#cb8aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8aef Color CSS Codes

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

#cb8aef Text Font Color

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

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


#cb8aef Background Color

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

This div background color is #cb8aef


#cb8aef Border Color

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

This div border color is #cb8aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8aef


Comments

No comments written yet.

Please login to write comment.