Color Hex Logo

#c53bde Color Hex

#C53BDE
(197,59,222)
0 Favorites   0 Comments

Color spaces of #c53bde

RGB 19759222
HSL0.810.710.55
HSV291°73°87°
CMYK 0.110.730.00   0.13
XYZ37.774720.272271.0292
Yxy20.27220.29270.1571
Hunter Lab45.024770.9644-62.0164
CIE-Lab52.143673.8907-55.9669

#c53bde color RGB value is (197,59,222).

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

The process color (four color CMYK) of #c53bde color hex is 0.11, 0.73, 0.00, 0.13. Web safe color of #c53bde is #cc33cc. Color #c53bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111011 11011110
Octal 305 73 336
Decimal 197 59 222
Hex C5 3B DE

RGB Percentages of Color #c53bde

%41.21
%12.34
%46.44

CMYK Percentages of Color #c53bde

%11
%73
%0
%13

Triadic Colors of #c53bde

#c53bde #dec53b #3bdec5

Analogous Colors of #c53bde

#c53bde #de3ba6 #743bde

Monochromatic Colors of #c53bde

#c53bde

Complementary Color

#c53bde #54de3b

#c53bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53bde Color CSS Codes

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

#c53bde Text Font Color

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

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


#c53bde Background Color

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

This div background color is #c53bde


#c53bde Border Color

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

This div border color is #c53bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53bde


Comments

No comments written yet.

Please login to write comment.