Color Hex Logo

#c553be Color Hex

#C553BE
(197,83,190)
0 Favorites   0 Comments

Color spaces of #c553be

RGB 19783190
HSL0.840.500.55
HSV304°58°77°
CMYK 0.000.580.04   0.23
XYZ35.413521.774551.0516
Yxy21.77450.32720.2012
Hunter Lab46.663253.8063-32.2017
CIE-Lab53.786958.9824-35.0522

#c553be color RGB value is (197,83,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010011 10111110
Octal 305 123 276
Decimal 197 83 190
Hex C5 53 BE

RGB Percentages of Color #c553be

%41.91
%17.66
%40.43

CMYK Percentages of Color #c553be

%0
%58
%4
%23

Triadic Colors of #c553be

#c553be #bec553 #53bec5

Analogous Colors of #c553be

#c553be #c55385 #9353c5

Monochromatic Colors of #c553be

#c553be

Complementary Color

#c553be #53c55a

#c553be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c553be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c553be Color CSS Codes

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

#c553be Text Font Color

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

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


#c553be Background Color

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

This div background color is #c553be


#c553be Border Color

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

This div border color is #c553be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c553be


Comments

No comments written yet.

Please login to write comment.