Color Hex Logo

#c53edb Color Hex

#C53EDB
(197,62,219)
0 Favorites   0 Comments

Color spaces of #c53edb

RGB 19762219
HSL0.810.690.55
HSV292°72°86°
CMYK 0.100.720.00   0.14
XYZ37.534820.430068.9829
Yxy20.43000.29570.1609
Hunter Lab45.199669.1315-58.8478
CIE-Lab52.319972.3507-53.9809

#c53edb color RGB value is (197,62,219).

#c53edb hex color red value is 197, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c53edb hue: 0.81 , saturation: 0.69 and the lightness value of c53edb is 0.55.

The process color (four color CMYK) of #c53edb color hex is 0.10, 0.72, 0.00, 0.14. Web safe color of #c53edb is #cc33cc. Color #c53edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111110 11011011
Octal 305 76 333
Decimal 197 62 219
Hex C5 3E DB

RGB Percentages of Color #c53edb

%41.21
%12.97
%45.82

CMYK Percentages of Color #c53edb

%10
%72
%0
%14

Triadic Colors of #c53edb

#c53edb #dbc53e #3edbc5

Analogous Colors of #c53edb

#c53edb #db3ea3 #773edb

Monochromatic Colors of #c53edb

#c53edb

Complementary Color

#c53edb #54db3e

#c53edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53edb Color CSS Codes

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

#c53edb Text Font Color

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

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


#c53edb Background Color

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

This div background color is #c53edb


#c53edb Border Color

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

This div border color is #c53edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53edb


Comments

No comments written yet.

Please login to write comment.