Color Hex Logo

#c558be Color Hex

#C558BE
(197,88,190)
0 Favorites   0 Comments

Color spaces of #c558be

RGB 19788190
HSL0.840.480.56
HSV304°55°77°
CMYK 0.000.550.04   0.23
XYZ35.809922.567551.1838
Yxy22.56750.32680.2060
Hunter Lab47.505351.4207-30.6274
CIE-Lab54.624056.7117-33.7429

#c558be color RGB value is (197,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 10111110
Octal 305 130 276
Decimal 197 88 190
Hex C5 58 BE

RGB Percentages of Color #c558be

%41.47
%18.53
%40.00

CMYK Percentages of Color #c558be

%0
%55
%4
%23

Triadic Colors of #c558be

#c558be #bec558 #58bec5

Analogous Colors of #c558be

#c558be #c55888 #9658c5

Monochromatic Colors of #c558be

#c558be

Complementary Color

#c558be #58c55f

#c558be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558be Color CSS Codes

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

#c558be Text Font Color

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

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


#c558be Background Color

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

This div background color is #c558be


#c558be Border Color

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

This div border color is #c558be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558be


Comments

No comments written yet.

Please login to write comment.