Color Hex Logo

#c8aaeb Color Hex

#C8AAEB
(200,170,235)
0 Favorites   0 Comments

Color spaces of #c8aaeb

RGB 200170235
HSL0.740.620.79
HSV268°28°92°
CMYK 0.150.280.00   0.08
XYZ53.189547.027084.8710
Yxy47.02700.28740.2541
Hunter Lab68.576218.4408-25.3748
CIE-Lab74.207023.2100-28.5322

#c8aaeb color RGB value is (200,170,235).

#c8aaeb hex color red value is 200, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8aaeb hue: 0.74 , saturation: 0.62 and the lightness value of c8aaeb is 0.79.

The process color (four color CMYK) of #c8aaeb color hex is 0.15, 0.28, 0.00, 0.08. Web safe color of #c8aaeb is #cc99ff. Color #c8aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101010 11101011
Octal 310 252 353
Decimal 200 170 235
Hex C8 AA EB

RGB Percentages of Color #c8aaeb

%33.06
%28.10
%38.84

CMYK Percentages of Color #c8aaeb

%15
%28
%0
%8

Triadic Colors of #c8aaeb

#c8aaeb #ebc8aa #aaebc8

Analogous Colors of #c8aaeb

#c8aaeb #e9aaeb #aaadeb

Monochromatic Colors of #c8aaeb

#c8aaeb

Complementary Color

#c8aaeb #cdebaa

#c8aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aaeb Color CSS Codes

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

#c8aaeb Text Font Color

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

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


#c8aaeb Background Color

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

This div background color is #c8aaeb


#c8aaeb Border Color

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

This div border color is #c8aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aaeb


Comments

No comments written yet.

Please login to write comment.