Color Hex Logo

#c587fe Color Hex

#C587FE
(197,135,254)
0 Favorites   0 Comments

Color spaces of #c587fe

RGB 197135254
HSL0.750.980.76
HSV271°47°100°
CMYK 0.220.470.00   0.00
XYZ49.579336.354098.1698
Yxy36.35400.26930.1975
Hunter Lab60.294341.2635-54.3287
CIE-Lab66.789545.6407-50.4723

#c587fe color RGB value is (197,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000111 11111110
Octal 305 207 376
Decimal 197 135 254
Hex C5 87 FE

RGB Percentages of Color #c587fe

%33.62
%23.04
%43.34

CMYK Percentages of Color #c587fe

%22
%47
%0
%0

Triadic Colors of #c587fe

#c587fe #fec587 #87fec5

Analogous Colors of #c587fe

#c587fe #fe87fc #8a87fe

Monochromatic Colors of #c587fe

#c587fe

Complementary Color

#c587fe #c0fe87

#c587fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c587fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c587fe Color CSS Codes

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

#c587fe Text Font Color

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

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


#c587fe Background Color

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

This div background color is #c587fe


#c587fe Border Color

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

This div border color is #c587fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c587fe

Related Colors


Comments

No comments written yet.

Please login to write comment.