Color Hex Logo

#c588fd Color Hex

#C588FD
(197,136,253)
0 Favorites   0 Comments

Color spaces of #c588fd

RGB 197136253
HSL0.750.970.76
HSV271°46°99°
CMYK 0.220.460.00   0.01
XYZ49.559736.570597.3752
Yxy36.57050.27010.1993
Hunter Lab60.473540.4568-53.1380
CIE-Lab66.953544.8806-49.6668

#c588fd color RGB value is (197,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 11111101
Octal 305 210 375
Decimal 197 136 253
Hex C5 88 FD

RGB Percentages of Color #c588fd

%33.62
%23.21
%43.17

CMYK Percentages of Color #c588fd

%22
%46
%0
%1

Triadic Colors of #c588fd

#c588fd #fdc588 #88fdc5

Analogous Colors of #c588fd

#c588fd #fd88fb #8b88fd

Monochromatic Colors of #c588fd

#c588fd

Complementary Color

#c588fd #c0fd88

#c588fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c588fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c588fd Color CSS Codes

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

#c588fd Text Font Color

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

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


#c588fd Background Color

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

This div background color is #c588fd


#c588fd Border Color

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

This div border color is #c588fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c588fd


Comments

No comments written yet.

Please login to write comment.