Color Hex Logo

#c558fb Color Hex

#C558FB
(197,88,251)
0 Favorites   0 Comments

Color spaces of #c558fb

RGB 19788251
HSL0.780.950.66
HSV280°65°98°
CMYK 0.220.650.00   0.02
XYZ43.928325.814893.9343
Yxy25.81480.26840.1577
Hunter Lab50.808365.4148-74.0495
CIE-Lab57.860868.2137-63.0469

#c558fb color RGB value is (197,88,251).

#c558fb hex color red value is 197, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c558fb hue: 0.78 , saturation: 0.95 and the lightness value of c558fb is 0.66.

The process color (four color CMYK) of #c558fb color hex is 0.22, 0.65, 0.00, 0.02. Web safe color of #c558fb is #cc66ff. Color #c558fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011000 11111011
Octal 305 130 373
Decimal 197 88 251
Hex C5 58 FB

RGB Percentages of Color #c558fb

%36.75
%16.42
%46.83

CMYK Percentages of Color #c558fb

%22
%65
%0
%2

Triadic Colors of #c558fb

#c558fb #fbc558 #58fbc5

Analogous Colors of #c558fb

#c558fb #fb58e0 #7458fb

Monochromatic Colors of #c558fb

#c558fb

Complementary Color

#c558fb #8efb58

#c558fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c558fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c558fb Color CSS Codes

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

#c558fb Text Font Color

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

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


#c558fb Background Color

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

This div background color is #c558fb


#c558fb Border Color

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

This div border color is #c558fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c558fb


Comments

No comments written yet.

Please login to write comment.