Color Hex Logo

#c588fb Color Hex

#C588FB
(197,136,251)
0 Favorites   0 Comments

Color spaces of #c588fb

RGB 197136251
HSL0.760.930.76
HSV272°46°98°
CMYK 0.220.460.00   0.02
XYZ49.242736.443795.7057
Yxy36.44370.27150.2009
Hunter Lab60.368639.9574-51.7377
CIE-Lab66.857644.4345-48.7247

#c588fb color RGB value is (197,136,251).

#c588fb hex color red value is 197, green value is 136 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c588fb hue: 0.76 , saturation: 0.93 and the lightness value of c588fb is 0.76.

The process color (four color CMYK) of #c588fb color hex is 0.22, 0.46, 0.00, 0.02. Web safe color of #c588fb is #cc99ff. Color #c588fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 11111011
Octal 305 210 373
Decimal 197 136 251
Hex C5 88 FB

RGB Percentages of Color #c588fb

%33.73
%23.29
%42.98

CMYK Percentages of Color #c588fb

%22
%46
%0
%2

Triadic Colors of #c588fb

#c588fb #fbc588 #88fbc5

Analogous Colors of #c588fb

#c588fb #fb88f8 #8c88fb

Monochromatic Colors of #c588fb

#c588fb

Complementary Color

#c588fb #befb88

#c588fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588fb Color CSS Codes

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

#c588fb Text Font Color

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

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


#c588fb Background Color

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

This div background color is #c588fb


#c588fb Border Color

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

This div border color is #c588fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588fb


Comments

No comments written yet.

Please login to write comment.