Color Hex Logo

#c3afea Color Hex

#C3AFEA
(195,175,234)
0 Favorites   0 Comments

Color spaces of #c3afea

RGB 195175234
HSL0.720.580.80
HSV260°25°92°
CMYK 0.170.250.00   0.08
XYZ52.686948.202684.3690
Yxy48.20260.28440.2602
Hunter Lab69.428113.9591-23.4495
CIE-Lab74.952518.6948-26.8832

#c3afea color RGB value is (195,175,234).

#c3afea hex color red value is 195, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c3afea hue: 0.72 , saturation: 0.58 and the lightness value of c3afea is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 11101010
Octal 303 257 352
Decimal 195 175 234
Hex C3 AF EA

RGB Percentages of Color #c3afea

%32.28
%28.97
%38.74

CMYK Percentages of Color #c3afea

%17
%25
%0
%8

Triadic Colors of #c3afea

#c3afea #eac3af #afeac3

Analogous Colors of #c3afea

#c3afea #e1afea #afb9ea

Monochromatic Colors of #c3afea

#c3afea

Complementary Color

#c3afea #d6eaaf

#c3afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3afea Color CSS Codes

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

#c3afea Text Font Color

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

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


#c3afea Background Color

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

This div background color is #c3afea


#c3afea Border Color

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

This div border color is #c3afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3afea


Comments

No comments written yet.

Please login to write comment.