Color Hex Logo

#c35afe Color Hex

#C35AFE
(195,90,254)
0 Favorites   0 Comments

Color spaces of #c35afe

RGB 19590254
HSL0.770.990.67
HSV278°65°100°
CMYK 0.230.650.00   0.00
XYZ44.051226.070296.4762
Yxy26.07020.26440.1565
Hunter Lab51.059064.6479-76.2875
CIE-Lab58.103667.5274-64.3304

#c35afe color RGB value is (195,90,254).

#c35afe hex color red value is 195, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c35afe hue: 0.77 , saturation: 0.99 and the lightness value of c35afe is 0.67.

The process color (four color CMYK) of #c35afe color hex is 0.23, 0.65, 0.00, 0.00. Web safe color of #c35afe is #cc66ff. Color #c35afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11111110
Octal 303 132 376
Decimal 195 90 254
Hex C3 5A FE

RGB Percentages of Color #c35afe

%36.18
%16.70
%47.12

CMYK Percentages of Color #c35afe

%23
%65
%0
%0

Triadic Colors of #c35afe

#c35afe #fec35a #5afec3

Analogous Colors of #c35afe

#c35afe #fe5ae7 #715afe

Monochromatic Colors of #c35afe

#c35afe

Complementary Color

#c35afe #95fe5a

#c35afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35afe Color CSS Codes

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

#c35afe Text Font Color

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

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


#c35afe Background Color

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

This div background color is #c35afe


#c35afe Border Color

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

This div border color is #c35afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35afe

Related Colors


Comments

No comments written yet.

Please login to write comment.