Color Hex Logo

#c535ff Color Hex

#C535FF
(197,53,255)
0 Favorites   0 Comments

Color spaces of #c535ff

RGB 19753255
HSL0.791.000.60
HSV283°79°100°
CMYK 0.230.790.00   0.00
XYZ42.349121.636596.5520
Yxy21.63650.26380.1348
Hunter Lab46.515181.1120-90.5086
CIE-Lab53.639281.7214-72.0780

#c535ff color RGB value is (197,53,255).

#c535ff hex color red value is 197, green value is 53 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c535ff hue: 0.79 , saturation: 1.00 and the lightness value of c535ff is 0.60.

The process color (four color CMYK) of #c535ff color hex is 0.23, 0.79, 0.00, 0.00. Web safe color of #c535ff is #cc33ff. Color #c535ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110101 11111111
Octal 305 65 377
Decimal 197 53 255
Hex C5 35 FF

RGB Percentages of Color #c535ff

%39.01
%10.50
%50.50

CMYK Percentages of Color #c535ff

%23
%79
%0
%0

Triadic Colors of #c535ff

#c535ff #ffc535 #35ffc5

Analogous Colors of #c535ff

#c535ff #ff35d4 #6035ff

Monochromatic Colors of #c535ff

#c535ff

Complementary Color

#c535ff #6fff35

#c535ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c535ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c535ff Color CSS Codes

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

#c535ff Text Font Color

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

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


#c535ff Background Color

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

This div background color is #c535ff


#c535ff Border Color

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

This div border color is #c535ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c535ff

Related Colors

#c535ff Color Palettes


Comments

No comments written yet.

Please login to write comment.