Color Hex Logo

#c587fa Color Hex

#C587FA
(197,135,250)
0 Favorites   0 Comments

Color spaces of #c587fa

RGB 197135250
HSL0.760.920.75
HSV272°46°98°
CMYK 0.210.460.00   0.02
XYZ48.945236.100494.8309
Yxy36.10040.27210.2007
Hunter Lab60.083640.2630-51.5198
CIE-Lab66.596644.7491-48.5891

#c587fa color RGB value is (197,135,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000111 11111010
Octal 305 207 372
Decimal 197 135 250
Hex C5 87 FA

RGB Percentages of Color #c587fa

%33.85
%23.20
%42.96

CMYK Percentages of Color #c587fa

%21
%46
%0
%2

Triadic Colors of #c587fa

#c587fa #fac587 #87fac5

Analogous Colors of #c587fa

#c587fa #fa87f6 #8c87fa

Monochromatic Colors of #c587fa

#c587fa

Complementary Color

#c587fa #bcfa87

#c587fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c587fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c587fa Color CSS Codes

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

#c587fa Text Font Color

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

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


#c587fa Background Color

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

This div background color is #c587fa


#c587fa Border Color

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

This div border color is #c587fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c587fa


Comments

No comments written yet.

Please login to write comment.