Color Hex Logo

#cbaae3 Color Hex

#CBAAE3
(203,170,227)
0 Favorites   0 Comments

Color spaces of #cbaae3

RGB 203170227
HSL0.760.500.78
HSV275°25°89°
CMYK 0.110.250.00   0.11
XYZ52.868546.992078.9569
Yxy46.99200.29570.2628
Hunter Lab68.550717.7012-20.3049
CIE-Lab74.184722.4760-24.1921

#cbaae3 color RGB value is (203,170,227).

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

The process color (four color CMYK) of #cbaae3 color hex is 0.11, 0.25, 0.00, 0.11. Web safe color of #cbaae3 is #cc99cc. Color #cbaae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11100011
Octal 313 252 343
Decimal 203 170 227
Hex CB AA E3

RGB Percentages of Color #cbaae3

%33.83
%28.33
%37.83

CMYK Percentages of Color #cbaae3

%11
%25
%0
%11

Triadic Colors of #cbaae3

#cbaae3 #e3cbaa #aae3cb

Analogous Colors of #cbaae3

#cbaae3 #e3aadf #afaae3

Monochromatic Colors of #cbaae3

#cbaae3

Complementary Color

#cbaae3 #c2e3aa

#cbaae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaae3 Color CSS Codes

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

#cbaae3 Text Font Color

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

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


#cbaae3 Background Color

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

This div background color is #cbaae3


#cbaae3 Border Color

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

This div border color is #cbaae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaae3


Comments

No comments written yet.

Please login to write comment.