Color Hex Logo

#c8aeea Color Hex

#C8AEEA
(200,174,234)
0 Favorites   0 Comments

Color spaces of #c8aeea

RGB 200174234
HSL0.740.590.80
HSV266°26°92°
CMYK 0.150.260.00   0.08
XYZ53.806848.492084.3659
Yxy48.49200.28830.2598
Hunter Lab69.636216.0608-23.0859
CIE-Lab75.134220.8015-26.5678

#c8aeea color RGB value is (200,174,234).

#c8aeea hex color red value is 200, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c8aeea hue: 0.74 , saturation: 0.59 and the lightness value of c8aeea is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 11101010
Octal 310 256 352
Decimal 200 174 234
Hex C8 AE EA

RGB Percentages of Color #c8aeea

%32.89
%28.62
%38.49

CMYK Percentages of Color #c8aeea

%15
%26
%0
%8

Triadic Colors of #c8aeea

#c8aeea #eac8ae #aeeac8

Analogous Colors of #c8aeea

#c8aeea #e6aeea #aeb2ea

Monochromatic Colors of #c8aeea

#c8aeea

Complementary Color

#c8aeea #d0eaae

#c8aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aeea Color CSS Codes

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

#c8aeea Text Font Color

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

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


#c8aeea Background Color

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

This div background color is #c8aeea


#c8aeea Border Color

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

This div border color is #c8aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aeea


Comments

No comments written yet.

Please login to write comment.