Color Hex Logo

#c3affc Color Hex

#C3AFFC
(195,175,252)
0 Favorites   0 Comments

Color spaces of #c3affc

RGB 195175252
HSL0.710.930.84
HSV256°31°99°
CMYK 0.230.310.00   0.01
XYZ55.406349.290398.6892
Yxy49.29030.27240.2423
Hunter Lab70.207118.0071-34.1983
CIE-Lab75.631622.7162-35.5675

#c3affc color RGB value is (195,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 11111100
Octal 303 257 374
Decimal 195 175 252
Hex C3 AF FC

RGB Percentages of Color #c3affc

%31.35
%28.14
%40.51

CMYK Percentages of Color #c3affc

%23
%31
%0
%1

Triadic Colors of #c3affc

#c3affc #fcc3af #affcc3

Analogous Colors of #c3affc

#c3affc #eaaffc #afc2fc

Monochromatic Colors of #c3affc

#c3affc

Complementary Color

#c3affc #e8fcaf

#c3affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3affc Color CSS Codes

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

#c3affc Text Font Color

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

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


#c3affc Background Color

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

This div background color is #c3affc


#c3affc Border Color

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

This div border color is #c3affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3affc


Comments

No comments written yet.

Please login to write comment.