Color Hex Logo

#c6589a Color Hex

#C6589A
(198,88,154)
0 Favorites   0 Comments

Color spaces of #c6589a

RGB 19888154
HSL0.900.490.56
HSV324°56°78°
CMYK 0.000.560.22   0.22
XYZ32.611221.318332.9679
Yxy21.31830.37530.2453
Hunter Lab46.171745.2744-10.0145
CIE-Lab53.296151.3459-14.8232

#c6589a color RGB value is (198,88,154).

#c6589a hex color red value is 198, green value is 88 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c6589a hue: 0.90 , saturation: 0.49 and the lightness value of c6589a is 0.56.

The process color (four color CMYK) of #c6589a color hex is 0.00, 0.56, 0.22, 0.22. Web safe color of #c6589a is #cc6699. Color #c6589a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 10011010
Octal 306 130 232
Decimal 198 88 154
Hex C6 58 9A

RGB Percentages of Color #c6589a

%45.00
%20.00
%35.00

CMYK Percentages of Color #c6589a

%0
%56
%22
%22

Triadic Colors of #c6589a

#c6589a #9ac658 #589ac6

Analogous Colors of #c6589a

#c6589a #c65863 #bb58c6

Monochromatic Colors of #c6589a

#c6589a

Complementary Color

#c6589a #58c684

#c6589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6589a Color CSS Codes

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

#c6589a Text Font Color

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

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


#c6589a Background Color

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

This div background color is #c6589a


#c6589a Border Color

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

This div border color is #c6589a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,88,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6589a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6589a;
  -webkit-box-shadow: 1px 1px 3px 2px #c6589a;
  box-shadow:         1px 1px 3px 2px #c6589a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,88,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6589a


Comments

No comments written yet.

Please login to write comment.