Color Hex Logo

#c53ecf Color Hex

#C53ECF
(197,62,207)
0 Favorites   0 Comments

Color spaces of #c53ecf

RGB 19762207
HSL0.820.600.53
HSV296°70°81°
CMYK 0.050.700.00   0.19
XYZ36.011119.820660.9592
Yxy19.82060.30830.1697
Hunter Lab44.520366.4725-50.0182
CIE-Lab51.633870.2758-48.2277

#c53ecf color RGB value is (197,62,207).

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

The process color (four color CMYK) of #c53ecf color hex is 0.05, 0.70, 0.00, 0.19. Web safe color of #c53ecf is #cc33cc. Color #c53ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11001111
Octal 305 76 317
Decimal 197 62 207
Hex C5 3E CF

RGB Percentages of Color #c53ecf

%42.27
%13.30
%44.42

CMYK Percentages of Color #c53ecf

%5
%70
%0
%19

Triadic Colors of #c53ecf

#c53ecf #cfc53e #3ecfc5

Analogous Colors of #c53ecf

#c53ecf #cf3e91 #7d3ecf

Monochromatic Colors of #c53ecf

#c53ecf

Complementary Color

#c53ecf #48cf3e

#c53ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53ecf Color CSS Codes

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

#c53ecf Text Font Color

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

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


#c53ecf Background Color

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

This div background color is #c53ecf


#c53ecf Border Color

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

This div border color is #c53ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53ecf


Comments

No comments written yet.

Please login to write comment.