Color Hex Logo

#c589ca Color Hex

#C589CA
(197,137,202)
0 Favorites   0 Comments

Color spaces of #c589ca

RGB 197137202
HSL0.820.380.66
HSV295°32°79°
CMYK 0.020.320.00   0.21
XYZ42.632334.025960.1978
Yxy34.02590.31150.2486
Hunter Lab58.331728.3779-20.3545
CIE-Lab64.983133.6745-24.5224

#c589ca color RGB value is (197,137,202).

#c589ca hex color red value is 197, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c589ca hue: 0.82 , saturation: 0.38 and the lightness value of c589ca is 0.66.

The process color (four color CMYK) of #c589ca color hex is 0.02, 0.32, 0.00, 0.21. Web safe color of #c589ca is #cc99cc. Color #c589ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001001 11001010
Octal 305 211 312
Decimal 197 137 202
Hex C5 89 CA

RGB Percentages of Color #c589ca

%36.75
%25.56
%37.69

CMYK Percentages of Color #c589ca

%2
%32
%0
%21

Triadic Colors of #c589ca

#c589ca #cac589 #89cac5

Analogous Colors of #c589ca

#c589ca #ca89af #a589ca

Monochromatic Colors of #c589ca

#c589ca

Complementary Color

#c589ca #8eca89

#c589ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c589ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c589ca Color CSS Codes

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

#c589ca Text Font Color

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

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


#c589ca Background Color

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

This div background color is #c589ca


#c589ca Border Color

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

This div border color is #c589ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c589ca


Comments

No comments written yet.

Please login to write comment.