Color Hex Logo

#c553ed Color Hex

#C553ED
(197,83,237)
0 Favorites   0 Comments

Color spaces of #c553ed

RGB 19783237
HSL0.790.810.63
HSV284°65°93°
CMYK 0.170.650.00   0.07
XYZ41.405324.171382.6040
Yxy24.17130.27940.1631
Hunter Lab49.164364.2919-65.2018
CIE-Lab56.258967.5712-57.8236

#c553ed color RGB value is (197,83,237).

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

The process color (four color CMYK) of #c553ed color hex is 0.17, 0.65, 0.00, 0.07. Web safe color of #c553ed is #cc66ff. Color #c553ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11101101
Octal 305 123 355
Decimal 197 83 237
Hex C5 53 ED

RGB Percentages of Color #c553ed

%38.10
%16.05
%45.84

CMYK Percentages of Color #c553ed

%17
%65
%0
%7

Triadic Colors of #c553ed

#c553ed #edc553 #53edc5

Analogous Colors of #c553ed

#c553ed #ed53c8 #7853ed

Monochromatic Colors of #c553ed

#c553ed

Complementary Color

#c553ed #7bed53

#c553ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553ed Color CSS Codes

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

#c553ed Text Font Color

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

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


#c553ed Background Color

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

This div background color is #c553ed


#c553ed Border Color

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

This div border color is #c553ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553ed


Comments

No comments written yet.

Please login to write comment.