Color Hex Logo

#cbaaea Color Hex

#CBAAEA
(203,170,234)
0 Favorites   0 Comments

Color spaces of #cbaaea

RGB 203170234
HSL0.750.600.79
HSV271°27°92°
CMYK 0.130.270.00   0.08
XYZ53.854647.386584.1500
Yxy47.38650.29050.2556
Hunter Lab68.837919.1814-24.2918
CIE-Lab74.436323.9321-27.6142

#cbaaea color RGB value is (203,170,234).

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

The process color (four color CMYK) of #cbaaea color hex is 0.13, 0.27, 0.00, 0.08. Web safe color of #cbaaea is #cc99ff. Color #cbaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11101010
Octal 313 252 352
Decimal 203 170 234
Hex CB AA EA

RGB Percentages of Color #cbaaea

%33.44
%28.01
%38.55

CMYK Percentages of Color #cbaaea

%13
%27
%0
%8

Triadic Colors of #cbaaea

#cbaaea #eacbaa #aaeacb

Analogous Colors of #cbaaea

#cbaaea #eaaae9 #abaaea

Monochromatic Colors of #cbaaea

#cbaaea

Complementary Color

#cbaaea #c9eaaa

#cbaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaaea Color CSS Codes

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

#cbaaea Text Font Color

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

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


#cbaaea Background Color

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

This div background color is #cbaaea


#cbaaea Border Color

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

This div border color is #cbaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaaea


Comments

No comments written yet.

Please login to write comment.