Color Hex Logo

#c553c3 Color Hex

#C553C3
(197,83,195)
0 Favorites   0 Comments

Color spaces of #c553c3

RGB 19783195
HSL0.840.500.55
HSV301°58°77°
CMYK 0.000.580.01   0.23
XYZ35.969521.997053.9798
Yxy21.99700.32130.1965
Hunter Lab46.901054.8194-35.4081
CIE-Lab54.023859.8345-37.5594

#c553c3 color RGB value is (197,83,195).

#c553c3 hex color red value is 197, green value is 83 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c553c3 hue: 0.84 , saturation: 0.50 and the lightness value of c553c3 is 0.55.

The process color (four color CMYK) of #c553c3 color hex is 0.00, 0.58, 0.01, 0.23. Web safe color of #c553c3 is #cc66cc. Color #c553c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 11000011
Octal 305 123 303
Decimal 197 83 195
Hex C5 53 C3

RGB Percentages of Color #c553c3

%41.47
%17.47
%41.05

CMYK Percentages of Color #c553c3

%0
%58
%1
%23

Triadic Colors of #c553c3

#c553c3 #c3c553 #53c3c5

Analogous Colors of #c553c3

#c553c3 #c5538a #8e53c5

Monochromatic Colors of #c553c3

#c553c3

Complementary Color

#c553c3 #53c555

#c553c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553c3 Color CSS Codes

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

#c553c3 Text Font Color

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

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


#c553c3 Background Color

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

This div background color is #c553c3


#c553c3 Border Color

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

This div border color is #c553c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553c3


Comments

No comments written yet.

Please login to write comment.