Color Hex Logo

#c53cdb Color Hex

#C53CDB
(197,60,219)
0 Favorites   0 Comments

Color spaces of #c53cdb

RGB 19760219
HSL0.810.690.55
HSV292°73°86°
CMYK 0.100.730.00   0.14
XYZ37.428020.216568.9473
Yxy20.21650.29570.1597
Hunter Lab44.962869.9025-59.4432
CIE-Lab52.081173.0318-54.3631

#c53cdb color RGB value is (197,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 11011011
Octal 305 74 333
Decimal 197 60 219
Hex C5 3C DB

RGB Percentages of Color #c53cdb

%41.39
%12.61
%46.01

CMYK Percentages of Color #c53cdb

%10
%73
%0
%14

Triadic Colors of #c53cdb

#c53cdb #dbc53c #3cdbc5

Analogous Colors of #c53cdb

#c53cdb #db3ca2 #763cdb

Monochromatic Colors of #c53cdb

#c53cdb

Complementary Color

#c53cdb #52db3c

#c53cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53cdb Color CSS Codes

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

#c53cdb Text Font Color

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

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


#c53cdb Background Color

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

This div background color is #c53cdb


#c53cdb Border Color

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

This div border color is #c53cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,60,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 #c53cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53cdb


Comments

No comments written yet.

Please login to write comment.