Color Hex Logo

#c35eea Color Hex

#C35EEA
(195,94,234)
0 Favorites   0 Comments

Color spaces of #c35eea

RGB 19594234
HSL0.790.770.64
HSV283°60°92°
CMYK 0.170.600.00   0.08
XYZ41.359725.548080.5933
Yxy25.54800.28040.1732
Hunter Lab50.545057.6082-59.1555
CIE-Lab57.605561.6277-54.0097

#c35eea color RGB value is (195,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011110 11101010
Octal 303 136 352
Decimal 195 94 234
Hex C3 5E EA

RGB Percentages of Color #c35eea

%37.28
%17.97
%44.74

CMYK Percentages of Color #c35eea

%17
%60
%0
%8

Triadic Colors of #c35eea

#c35eea #eac35e #5eeac3

Analogous Colors of #c35eea

#c35eea #ea5ecb #7d5eea

Monochromatic Colors of #c35eea

#c35eea

Complementary Color

#c35eea #85ea5e

#c35eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35eea Color CSS Codes

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

#c35eea Text Font Color

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

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


#c35eea Background Color

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

This div background color is #c35eea


#c35eea Border Color

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

This div border color is #c35eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35eea


Comments

No comments written yet.

Please login to write comment.