Color Hex Logo

#c3aeff Color Hex

#C3AEFF
(195,174,255)
0 Favorites   0 Comments

Color spaces of #c3aeff

RGB 195174255
HSL0.711.000.84
HSV256°32°100°
CMYK 0.240.320.00   0.00
XYZ55.691749.0942101.1486
Yxy49.09420.27040.2384
Hunter Lab70.067319.2598-36.5436
CIE-Lab75.509923.9566-37.3719

#c3aeff color RGB value is (195,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11111111
Octal 303 256 377
Decimal 195 174 255
Hex C3 AE FF

RGB Percentages of Color #c3aeff

%31.25
%27.88
%40.87

CMYK Percentages of Color #c3aeff

%24
%32
%0
%0

Triadic Colors of #c3aeff

#c3aeff #ffc3ae #aeffc3

Analogous Colors of #c3aeff

#c3aeff #ecaeff #aec2ff

Monochromatic Colors of #c3aeff

#c3aeff

Complementary Color

#c3aeff #eaffae

#c3aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aeff Color CSS Codes

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

#c3aeff Text Font Color

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

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


#c3aeff Background Color

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

This div background color is #c3aeff


#c3aeff Border Color

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

This div border color is #c3aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.