Color Hex Logo

#c553db Color Hex

#C553DB
(197,83,219)
0 Favorites   0 Comments

Color spaces of #c553db

RGB 19783219
HSL0.810.650.59
HSV290°62°86°
CMYK 0.100.620.00   0.14
XYZ38.905423.171369.4398
Yxy23.17130.29580.1762
Hunter Lab48.136660.0300-51.8337
CIE-Lab55.248364.1400-49.3103

#c553db color RGB value is (197,83,219).

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

The process color (four color CMYK) of #c553db color hex is 0.10, 0.62, 0.00, 0.14. Web safe color of #c553db is #cc66cc. Color #c553db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11011011
Octal 305 123 333
Decimal 197 83 219
Hex C5 53 DB

RGB Percentages of Color #c553db

%39.48
%16.63
%43.89

CMYK Percentages of Color #c553db

%10
%62
%0
%14

Triadic Colors of #c553db

#c553db #dbc553 #53dbc5

Analogous Colors of #c553db

#c553db #db53ad #8153db

Monochromatic Colors of #c553db

#c553db

Complementary Color

#c553db #69db53

#c553db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553db Color CSS Codes

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

#c553db Text Font Color

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

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


#c553db Background Color

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

This div background color is #c553db


#c553db Border Color

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

This div border color is #c553db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553db


Comments

No comments written yet.

Please login to write comment.