Color Hex Logo

#c589fe Color Hex

#C589FE
(197,137,254)
0 Favorites   0 Comments

Color spaces of #c589fe

RGB 197137254
HSL0.750.980.77
HSV271°46°100°
CMYK 0.220.460.00   0.00
XYZ49.861036.917498.2637
Yxy36.91740.26950.1995
Hunter Lab60.759740.1523-53.3551
CIE-Lab67.215044.5675-49.8002

#c589fe color RGB value is (197,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001001 11111110
Octal 305 211 376
Decimal 197 137 254
Hex C5 89 FE

RGB Percentages of Color #c589fe

%33.50
%23.30
%43.20

CMYK Percentages of Color #c589fe

%22
%46
%0
%0

Triadic Colors of #c589fe

#c589fe #fec589 #89fec5

Analogous Colors of #c589fe

#c589fe #fe89fd #8b89fe

Monochromatic Colors of #c589fe

#c589fe

Complementary Color

#c589fe #c2fe89

#c589fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c589fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c589fe Color CSS Codes

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

#c589fe Text Font Color

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

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


#c589fe Background Color

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

This div background color is #c589fe


#c589fe Border Color

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

This div border color is #c589fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c589fe

Related Colors


Comments

No comments written yet.

Please login to write comment.