Color Hex Logo

#c53eef Color Hex

#C53EEF
(197,62,239)
0 Favorites   0 Comments

Color spaces of #c53eef

RGB 19762239
HSL0.790.850.59
HSV286°74°94°
CMYK 0.180.740.00   0.06
XYZ40.328621.547683.6949
Yxy21.54760.27700.1480
Hunter Lab46.419473.8447-74.4072
CIE-Lab53.543775.9604-63.3045

#c53eef color RGB value is (197,62,239).

#c53eef hex color red value is 197, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c53eef hue: 0.79 , saturation: 0.85 and the lightness value of c53eef is 0.59.

The process color (four color CMYK) of #c53eef color hex is 0.18, 0.74, 0.00, 0.06. Web safe color of #c53eef is #cc33ff. Color #c53eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11101111
Octal 305 76 357
Decimal 197 62 239
Hex C5 3E EF

RGB Percentages of Color #c53eef

%39.56
%12.45
%47.99

CMYK Percentages of Color #c53eef

%18
%74
%0
%6

Triadic Colors of #c53eef

#c53eef #efc53e #3eefc5

Analogous Colors of #c53eef

#c53eef #ef3ec1 #6d3eef

Monochromatic Colors of #c53eef

#c53eef

Complementary Color

#c53eef #68ef3e

#c53eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53eef Color CSS Codes

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

#c53eef Text Font Color

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

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


#c53eef Background Color

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

This div background color is #c53eef


#c53eef Border Color

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

This div border color is #c53eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,62,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53eef


Comments

No comments written yet.

Please login to write comment.