Color Hex Logo

#c35aef Color Hex

#C35AEF
(195,90,239)
0 Favorites   0 Comments

Color spaces of #c35aef

RGB 19590239
HSL0.780.820.65
HSV282°62°94°
CMYK 0.180.620.00   0.06
XYZ41.741825.146484.3151
Yxy25.14640.27610.1663
Hunter Lab50.146260.8280-64.5871
CIE-Lab57.217864.4621-57.4212

#c35aef color RGB value is (195,90,239).

#c35aef hex color red value is 195, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c35aef hue: 0.78 , saturation: 0.82 and the lightness value of c35aef is 0.65.

The process color (four color CMYK) of #c35aef color hex is 0.18, 0.62, 0.00, 0.06. Web safe color of #c35aef is #cc66ff. Color #c35aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11101111
Octal 303 132 357
Decimal 195 90 239
Hex C3 5A EF

RGB Percentages of Color #c35aef

%37.21
%17.18
%45.61

CMYK Percentages of Color #c35aef

%18
%62
%0
%6

Triadic Colors of #c35aef

#c35aef #efc35a #5aefc3

Analogous Colors of #c35aef

#c35aef #ef5ad1 #795aef

Monochromatic Colors of #c35aef

#c35aef

Complementary Color

#c35aef #86ef5a

#c35aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35aef Color CSS Codes

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

#c35aef Text Font Color

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

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


#c35aef Background Color

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

This div background color is #c35aef


#c35aef Border Color

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

This div border color is #c35aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35aef


Comments

No comments written yet.

Please login to write comment.