Color Hex Logo

#c537ff Color Hex

#C537FF
(197,55,255)
0 Favorites   0 Comments

Color spaces of #c537ff

RGB 19755255
HSL0.791.000.61
HSV283°78°100°
CMYK 0.230.780.00   0.00
XYZ42.442121.822796.5830
Yxy21.82270.26390.1357
Hunter Lab46.714880.4230-89.8820
CIE-Lab53.838481.1421-71.7551

#c537ff color RGB value is (197,55,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 11111111
Octal 305 67 377
Decimal 197 55 255
Hex C5 37 FF

RGB Percentages of Color #c537ff

%38.86
%10.85
%50.30

CMYK Percentages of Color #c537ff

%23
%78
%0
%0

Triadic Colors of #c537ff

#c537ff #ffc537 #37ffc5

Analogous Colors of #c537ff

#c537ff #ff37d5 #6137ff

Monochromatic Colors of #c537ff

#c537ff

Complementary Color

#c537ff #71ff37

#c537ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c537ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c537ff Color CSS Codes

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

#c537ff Text Font Color

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

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


#c537ff Background Color

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

This div background color is #c537ff


#c537ff Border Color

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

This div border color is #c537ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c537ff

Related Colors


Comments

No comments written yet.

Please login to write comment.