Color Hex Logo

#c553df Color Hex

#C553DF
(197,83,223)
0 Favorites   0 Comments

Color spaces of #c553df

RGB 19783223
HSL0.800.690.60
HSV289°63°87°
CMYK 0.120.630.00   0.13
XYZ39.438523.384572.2471
Yxy23.38450.29200.1731
Hunter Lab48.357560.9519-54.7302
CIE-Lab55.466264.8889-51.2240

#c553df color RGB value is (197,83,223).

#c553df hex color red value is 197, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c553df hue: 0.80 , saturation: 0.69 and the lightness value of c553df is 0.60.

The process color (four color CMYK) of #c553df color hex is 0.12, 0.63, 0.00, 0.13. Web safe color of #c553df is #cc66cc. Color #c553df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11011111
Octal 305 123 337
Decimal 197 83 223
Hex C5 53 DF

RGB Percentages of Color #c553df

%39.17
%16.50
%44.33

CMYK Percentages of Color #c553df

%12
%63
%0
%13

Triadic Colors of #c553df

#c553df #dfc553 #53dfc5

Analogous Colors of #c553df

#c553df #df53b3 #7f53df

Monochromatic Colors of #c553df

#c553df

Complementary Color

#c553df #6ddf53

#c553df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553df Color CSS Codes

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

#c553df Text Font Color

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

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


#c553df Background Color

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

This div background color is #c553df


#c553df Border Color

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

This div border color is #c553df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553df


Comments

No comments written yet.

Please login to write comment.