Color Hex Logo

#c588fe Color Hex

#C588FE
(197,136,254)
0 Favorites   0 Comments

Color spaces of #c588fe

RGB 197136254
HSL0.750.980.76
HSV271°46°100°
CMYK 0.220.460.00   0.00
XYZ49.719536.634498.2166
Yxy36.63440.26940.1985
Hunter Lab60.526440.7081-53.8419
CIE-Lab67.001845.1046-50.1369

#c588fe color RGB value is (197,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 11111110
Octal 305 210 376
Decimal 197 136 254
Hex C5 88 FE

RGB Percentages of Color #c588fe

%33.56
%23.17
%43.27

CMYK Percentages of Color #c588fe

%22
%46
%0
%0

Triadic Colors of #c588fe

#c588fe #fec588 #88fec5

Analogous Colors of #c588fe

#c588fe #fe88fc #8a88fe

Monochromatic Colors of #c588fe

#c588fe

Complementary Color

#c588fe #c1fe88

#c588fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588fe Color CSS Codes

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

#c588fe Text Font Color

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

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


#c588fe Background Color

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

This div background color is #c588fe


#c588fe Border Color

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

This div border color is #c588fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588fe

Related Colors


Comments

No comments written yet.

Please login to write comment.