Color Hex Logo

#c53dde Color Hex

#C53DDE
(197,61,222)
0 Favorites   0 Comments

Color spaces of #c53dde

RGB 19761222
HSL0.810.710.55
HSV291°73°87°
CMYK 0.110.730.00   0.13
XYZ37.879520.481771.0641
Yxy20.48170.29270.1583
Hunter Lab45.256770.2038-61.4201
CIE-Lab52.377573.2220-55.5920

#c53dde color RGB value is (197,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111101 11011110
Octal 305 75 336
Decimal 197 61 222
Hex C5 3D DE

RGB Percentages of Color #c53dde

%41.04
%12.71
%46.25

CMYK Percentages of Color #c53dde

%11
%73
%0
%13

Triadic Colors of #c53dde

#c53dde #dec53d #3ddec5

Analogous Colors of #c53dde

#c53dde #de3da7 #753dde

Monochromatic Colors of #c53dde

#c53dde

Complementary Color

#c53dde #56de3d

#c53dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53dde Color CSS Codes

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

#c53dde Text Font Color

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

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


#c53dde Background Color

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

This div background color is #c53dde


#c53dde Border Color

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

This div border color is #c53dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53dde


Comments

No comments written yet.

Please login to write comment.