Color Hex Logo

#c553eb Color Hex

#C553EB
(197,83,235)
0 Favorites   0 Comments

Color spaces of #c553eb

RGB 19783235
HSL0.790.790.62
HSV285°65°92°
CMYK 0.160.650.00   0.08
XYZ41.114624.055081.0734
Yxy24.05500.28110.1645
Hunter Lab49.045963.8041-63.6749
CIE-Lab56.142867.1824-56.8901

#c553eb color RGB value is (197,83,235).

#c553eb hex color red value is 197, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c553eb hue: 0.79 , saturation: 0.79 and the lightness value of c553eb is 0.62.

The process color (four color CMYK) of #c553eb color hex is 0.16, 0.65, 0.00, 0.08. Web safe color of #c553eb is #cc66ff. Color #c553eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11101011
Octal 305 123 353
Decimal 197 83 235
Hex C5 53 EB

RGB Percentages of Color #c553eb

%38.25
%16.12
%45.63

CMYK Percentages of Color #c553eb

%16
%65
%0
%8

Triadic Colors of #c553eb

#c553eb #ebc553 #53ebc5

Analogous Colors of #c553eb

#c553eb #eb53c5 #7953eb

Monochromatic Colors of #c553eb

#c553eb

Complementary Color

#c553eb #79eb53

#c553eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553eb Color CSS Codes

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

#c553eb Text Font Color

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

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


#c553eb Background Color

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

This div background color is #c553eb


#c553eb Border Color

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

This div border color is #c553eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553eb


Comments

No comments written yet.

Please login to write comment.