Color Hex Logo

#c35ce8 Color Hex

#C35CE8
(195,92,232)
0 Favorites   0 Comments

Color spaces of #c35ce8

RGB 19592232
HSL0.790.750.64
HSV284°60°91°
CMYK 0.160.600.00   0.09
XYZ40.898325.082679.0298
Yxy25.08260.28200.1730
Hunter Lab50.082558.1219-58.5013
CIE-Lab57.155862.1518-53.6074

#c35ce8 color RGB value is (195,92,232).

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

The process color (four color CMYK) of #c35ce8 color hex is 0.16, 0.60, 0.00, 0.09. Web safe color of #c35ce8 is #cc66ff. Color #c35ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 11101000
Octal 303 134 350
Decimal 195 92 232
Hex C3 5C E8

RGB Percentages of Color #c35ce8

%37.57
%17.73
%44.70

CMYK Percentages of Color #c35ce8

%16
%60
%0
%9

Triadic Colors of #c35ce8

#c35ce8 #e8c35c #5ce8c3

Analogous Colors of #c35ce8

#c35ce8 #e85cc7 #7d5ce8

Monochromatic Colors of #c35ce8

#c35ce8

Complementary Color

#c35ce8 #81e85c

#c35ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35ce8 Color CSS Codes

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

#c35ce8 Text Font Color

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

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


#c35ce8 Background Color

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

This div background color is #c35ce8


#c35ce8 Border Color

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

This div border color is #c35ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35ce8


Comments

No comments written yet.

Please login to write comment.