Color Hex Logo

#c53ecd Color Hex

#C53ECD
(197,62,205)
0 Favorites   0 Comments

Color spaces of #c53ecd

RGB 19762205
HSL0.820.590.52
HSV297°70°80°
CMYK 0.040.700.00   0.20
XYZ35.768019.723359.6794
Yxy19.72330.31060.1713
Hunter Lab44.410966.0425-48.5863
CIE-Lab51.522969.9376-47.2571

#c53ecd color RGB value is (197,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11001101
Octal 305 76 315
Decimal 197 62 205
Hex C5 3E CD

RGB Percentages of Color #c53ecd

%42.46
%13.36
%44.18

CMYK Percentages of Color #c53ecd

%4
%70
%0
%20

Triadic Colors of #c53ecd

#c53ecd #cdc53e #3ecdc5

Analogous Colors of #c53ecd

#c53ecd #cd3e8e #7e3ecd

Monochromatic Colors of #c53ecd

#c53ecd

Complementary Color

#c53ecd #46cd3e

#c53ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53ecd Color CSS Codes

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

#c53ecd Text Font Color

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

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


#c53ecd Background Color

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

This div background color is #c53ecd


#c53ecd Border Color

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

This div border color is #c53ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53ecd


Comments

No comments written yet.

Please login to write comment.