Color Hex Logo

#c3aefc Color Hex

#C3AEFC
(195,174,252)
0 Favorites   0 Comments

Color spaces of #c3aefc

RGB 195174252
HSL0.710.930.84
HSV256°31°99°
CMYK 0.230.310.00   0.01
XYZ55.212448.902598.6246
Yxy48.90250.27230.2412
Hunter Lab69.930318.5538-34.6670
CIE-Lab75.390623.2670-35.9407

#c3aefc color RGB value is (195,174,252).

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

The process color (four color CMYK) of #c3aefc color hex is 0.23, 0.31, 0.00, 0.01. Web safe color of #c3aefc is #cc99ff. Color #c3aefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11111100
Octal 303 256 374
Decimal 195 174 252
Hex C3 AE FC

RGB Percentages of Color #c3aefc

%31.40
%28.02
%40.58

CMYK Percentages of Color #c3aefc

%23
%31
%0
%1

Triadic Colors of #c3aefc

#c3aefc #fcc3ae #aefcc3

Analogous Colors of #c3aefc

#c3aefc #eaaefc #aec0fc

Monochromatic Colors of #c3aefc

#c3aefc

Complementary Color

#c3aefc #e7fcae

#c3aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aefc Color CSS Codes

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

#c3aefc Text Font Color

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

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


#c3aefc Background Color

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

This div background color is #c3aefc


#c3aefc Border Color

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

This div border color is #c3aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aefc

Related Colors


Comments

No comments written yet.

Please login to write comment.