Color Hex Logo

#c3a5fe Color Hex

#C3A5FE
(195,165,254)
0 Favorites   0 Comments

Color spaces of #c3a5fe

RGB 195165254
HSL0.720.980.82
HSV260°35°100°
CMYK 0.230.350.00   0.00
XYZ53.850245.668199.7425
Yxy45.66810.27020.2292
Hunter Lab67.578223.9773-40.2048
CIE-Lab73.329728.6909-40.2225

#c3a5fe color RGB value is (195,165,254).

#c3a5fe hex color red value is 195, green value is 165 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c3a5fe hue: 0.72 , saturation: 0.98 and the lightness value of c3a5fe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100101 11111110
Octal 303 245 376
Decimal 195 165 254
Hex C3 A5 FE

RGB Percentages of Color #c3a5fe

%31.76
%26.87
%41.37

CMYK Percentages of Color #c3a5fe

%23
%35
%0
%0

Triadic Colors of #c3a5fe

#c3a5fe #fec3a5 #a5fec3

Analogous Colors of #c3a5fe

#c3a5fe #f0a5fe #a5b4fe

Monochromatic Colors of #c3a5fe

#c3a5fe

Complementary Color

#c3a5fe #e0fea5

#c3a5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a5fe Color CSS Codes

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

#c3a5fe Text Font Color

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

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


#c3a5fe Background Color

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

This div background color is #c3a5fe


#c3a5fe Border Color

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

This div border color is #c3a5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a5fe


Comments

No comments written yet.

Please login to write comment.