Color Hex Logo

#c53ecc Color Hex

#C53ECC
(197,62,204)
0 Favorites   0 Comments

Color spaces of #c53ecc

RGB 19762204
HSL0.830.580.52
HSV297°70°80°
CMYK 0.030.700.00   0.20
XYZ35.647719.675259.0456
Yxy19.67520.31170.1720
Hunter Lab44.356765.8289-47.8743
CIE-Lab51.468069.7692-46.7703

#c53ecc color RGB value is (197,62,204).

#c53ecc hex color red value is 197, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c53ecc hue: 0.83 , saturation: 0.58 and the lightness value of c53ecc is 0.52.

The process color (four color CMYK) of #c53ecc color hex is 0.03, 0.70, 0.00, 0.20. Web safe color of #c53ecc is #cc33cc. Color #c53ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11001100
Octal 305 76 314
Decimal 197 62 204
Hex C5 3E CC

RGB Percentages of Color #c53ecc

%42.55
%13.39
%44.06

CMYK Percentages of Color #c53ecc

%3
%70
%0
%20

Triadic Colors of #c53ecc

#c53ecc #ccc53e #3eccc5

Analogous Colors of #c53ecc

#c53ecc #cc3e8c #7e3ecc

Monochromatic Colors of #c53ecc

#c53ecc

Complementary Color

#c53ecc #45cc3e

#c53ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53ecc Color CSS Codes

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

#c53ecc Text Font Color

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

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


#c53ecc Background Color

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

This div background color is #c53ecc


#c53ecc Border Color

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

This div border color is #c53ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53ecc


Comments

No comments written yet.

Please login to write comment.