Color Hex Logo

#c53ebf Color Hex

#C53EBF
(197,62,191)
0 Favorites   0 Comments

Color spaces of #c53ebf

RGB 19762191
HSL0.840.540.51
HSV303°69°77°
CMYK 0.000.690.03   0.23
XYZ34.152619.077251.1724
Yxy19.07720.32710.1827
Hunter Lab43.677563.1385-38.8898
CIE-Lab50.777467.6327-40.3635

#c53ebf color RGB value is (197,62,191).

#c53ebf hex color red value is 197, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c53ebf hue: 0.84 , saturation: 0.54 and the lightness value of c53ebf is 0.51.

The process color (four color CMYK) of #c53ebf color hex is 0.00, 0.69, 0.03, 0.23. Web safe color of #c53ebf is #cc33cc. Color #c53ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 10111111
Octal 305 76 277
Decimal 197 62 191
Hex C5 3E BF

RGB Percentages of Color #c53ebf

%43.78
%13.78
%42.44

CMYK Percentages of Color #c53ebf

%0
%69
%3
%23

Triadic Colors of #c53ebf

#c53ebf #bfc53e #3ebfc5

Analogous Colors of #c53ebf

#c53ebf #c53e7c #883ec5

Monochromatic Colors of #c53ebf

#c53ebf

Complementary Color

#c53ebf #3ec544

#c53ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53ebf Color CSS Codes

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

#c53ebf Text Font Color

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

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


#c53ebf Background Color

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

This div background color is #c53ebf


#c53ebf Border Color

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

This div border color is #c53ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53ebf


Comments

No comments written yet.

Please login to write comment.