Color Hex Logo

#c53fdf Color Hex

#C53FDF
(197,63,223)
0 Favorites   0 Comments

Color spaces of #c53fdf

RGB 19763223
HSL0.810.710.56
HSV290°72°87°
CMYK 0.120.720.00   0.13
XYZ38.122720.753071.8085
Yxy20.75300.29170.1588
Hunter Lab45.555569.6542-61.5693
CIE-Lab52.678172.7121-55.6774

#c53fdf color RGB value is (197,63,223).

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

The process color (four color CMYK) of #c53fdf color hex is 0.12, 0.72, 0.00, 0.13. Web safe color of #c53fdf is #cc33cc. Color #c53fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111111 11011111
Octal 305 77 337
Decimal 197 63 223
Hex C5 3F DF

RGB Percentages of Color #c53fdf

%40.79
%13.04
%46.17

CMYK Percentages of Color #c53fdf

%12
%72
%0
%13

Triadic Colors of #c53fdf

#c53fdf #dfc53f #3fdfc5

Analogous Colors of #c53fdf

#c53fdf #df3fa9 #753fdf

Monochromatic Colors of #c53fdf

#c53fdf

Complementary Color

#c53fdf #59df3f

#c53fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53fdf Color CSS Codes

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

#c53fdf Text Font Color

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

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


#c53fdf Background Color

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

This div background color is #c53fdf


#c53fdf Border Color

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

This div border color is #c53fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53fdf


Comments

No comments written yet.

Please login to write comment.