Color Hex Logo

#cbaadd Color Hex

#CBAADD
(203,170,221)
0 Favorites   0 Comments

Color spaces of #cbaadd

RGB 203170221
HSL0.770.430.77
HSV279°23°87°
CMYK 0.080.230.00   0.13
XYZ52.054546.666474.6706
Yxy46.66640.30020.2691
Hunter Lab68.312816.4699-16.9891
CIE-Lab73.975921.2546-21.2399

#cbaadd color RGB value is (203,170,221).

#cbaadd hex color red value is 203, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cbaadd hue: 0.77 , saturation: 0.43 and the lightness value of cbaadd is 0.77.

The process color (four color CMYK) of #cbaadd color hex is 0.08, 0.23, 0.00, 0.13. Web safe color of #cbaadd is #cc99cc. Color #cbaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11011101
Octal 313 252 335
Decimal 203 170 221
Hex CB AA DD

RGB Percentages of Color #cbaadd

%34.18
%28.62
%37.21

CMYK Percentages of Color #cbaadd

%8
%23
%0
%13

Triadic Colors of #cbaadd

#cbaadd #ddcbaa #aaddcb

Analogous Colors of #cbaadd

#cbaadd #ddaad6 #b2aadd

Monochromatic Colors of #cbaadd

#cbaadd

Complementary Color

#cbaadd #bcddaa

#cbaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaadd Color CSS Codes

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

#cbaadd Text Font Color

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

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


#cbaadd Background Color

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

This div background color is #cbaadd


#cbaadd Border Color

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

This div border color is #cbaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaadd


Comments

No comments written yet.

Please login to write comment.