Color Hex Logo

#c0aeff Color Hex

#C0AEFF
(192,174,255)
0 Favorites   0 Comments

Color spaces of #c0aeff

RGB 192174255
HSL0.701.000.84
HSV253°32°100°
CMYK 0.250.320.00   0.00
XYZ54.924348.6986101.1127
Yxy48.69860.26830.2379
Hunter Lab69.784418.3670-37.0580
CIE-Lab75.263423.0883-37.7738

#c0aeff color RGB value is (192,174,255).

#c0aeff hex color red value is 192, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c0aeff hue: 0.70 , saturation: 1.00 and the lightness value of c0aeff is 0.84.

The process color (four color CMYK) of #c0aeff color hex is 0.25, 0.32, 0.00, 0.00. Web safe color of #c0aeff is #cc99ff. Color #c0aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101110 11111111
Octal 300 256 377
Decimal 192 174 255
Hex C0 AE FF

RGB Percentages of Color #c0aeff

%30.92
%28.02
%41.06

CMYK Percentages of Color #c0aeff

%25
%32
%0
%0

Triadic Colors of #c0aeff

#c0aeff #ffc0ae #aeffc0

Analogous Colors of #c0aeff

#c0aeff #e9aeff #aec5ff

Monochromatic Colors of #c0aeff

#c0aeff

Complementary Color

#c0aeff #edffae

#c0aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aeff Color CSS Codes

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

#c0aeff Text Font Color

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

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


#c0aeff Background Color

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

This div background color is #c0aeff


#c0aeff Border Color

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

This div border color is #c0aeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,174,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.