Color Hex Logo

#c35fff Color Hex

#C35FFF
(195,95,255)
0 Favorites   0 Comments

Color spaces of #c35fff

RGB 19595255
HSL0.771.000.69
HSV278°63°100°
CMYK 0.240.630.00   0.00
XYZ44.647927.006597.4673
Yxy27.00650.26400.1597
Hunter Lab51.967862.4139-74.8229
CIE-Lab58.980365.4877-63.4744

#c35fff color RGB value is (195,95,255).

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

The process color (four color CMYK) of #c35fff color hex is 0.24, 0.63, 0.00, 0.00. Web safe color of #c35fff is #cc66ff. Color #c35fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11111111
Octal 303 137 377
Decimal 195 95 255
Hex C3 5F FF

RGB Percentages of Color #c35fff

%35.78
%17.43
%46.79

CMYK Percentages of Color #c35fff

%24
%63
%0
%0

Triadic Colors of #c35fff

#c35fff #ffc35f #5fffc3

Analogous Colors of #c35fff

#c35fff #ff5feb #735fff

Monochromatic Colors of #c35fff

#c35fff

Complementary Color

#c35fff #9bff5f

#c35fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fff Color CSS Codes

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

#c35fff Text Font Color

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

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


#c35fff Background Color

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

This div background color is #c35fff


#c35fff Border Color

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

This div border color is #c35fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fff

Related Colors


Comments

No comments written yet.

Please login to write comment.