Color Hex Logo

#c35fea Color Hex

#C35FEA
(195,95,234)
0 Favorites   0 Comments

Color spaces of #c35fea

RGB 19595234
HSL0.790.770.65
HSV283°59°92°
CMYK 0.170.590.00   0.08
XYZ41.449225.727080.6231
Yxy25.72700.28040.1741
Hunter Lab50.721857.1048-58.7372
CIE-Lab57.777061.1615-53.7363

#c35fea color RGB value is (195,95,234).

#c35fea hex color red value is 195, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c35fea hue: 0.79 , saturation: 0.77 and the lightness value of c35fea is 0.65.

The process color (four color CMYK) of #c35fea color hex is 0.17, 0.59, 0.00, 0.08. Web safe color of #c35fea is #cc66ff. Color #c35fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11101010
Octal 303 137 352
Decimal 195 95 234
Hex C3 5F EA

RGB Percentages of Color #c35fea

%37.21
%18.13
%44.66

CMYK Percentages of Color #c35fea

%17
%59
%0
%8

Triadic Colors of #c35fea

#c35fea #eac35f #5feac3

Analogous Colors of #c35fea

#c35fea #ea5fcc #7e5fea

Monochromatic Colors of #c35fea

#c35fea

Complementary Color

#c35fea #86ea5f

#c35fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fea Color CSS Codes

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

#c35fea Text Font Color

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

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


#c35fea Background Color

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

This div background color is #c35fea


#c35fea Border Color

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

This div border color is #c35fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fea


Comments

No comments written yet.

Please login to write comment.