Color Hex Logo

#c589ea Color Hex

#C589EA
(197,137,234)
0 Favorites   0 Comments

Color spaces of #c589ea

RGB 197137234
HSL0.770.700.73
HSV277°41°92°
CMYK 0.160.410.00   0.08
XYZ46.822935.702282.2653
Yxy35.70220.28410.2167
Hunter Lab59.751335.3131-39.8042
CIE-Lab66.291840.1846-40.2759

#c589ea color RGB value is (197,137,234).

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

The process color (four color CMYK) of #c589ea color hex is 0.16, 0.41, 0.00, 0.08. Web safe color of #c589ea is #cc99ff. Color #c589ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001001 11101010
Octal 305 211 352
Decimal 197 137 234
Hex C5 89 EA

RGB Percentages of Color #c589ea

%34.68
%24.12
%41.20

CMYK Percentages of Color #c589ea

%16
%41
%0
%8

Triadic Colors of #c589ea

#c589ea #eac589 #89eac5

Analogous Colors of #c589ea

#c589ea #ea89df #9589ea

Monochromatic Colors of #c589ea

#c589ea

Complementary Color

#c589ea #aeea89

#c589ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c589ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c589ea Color CSS Codes

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

#c589ea Text Font Color

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

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


#c589ea Background Color

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

This div background color is #c589ea


#c589ea Border Color

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

This div border color is #c589ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c589ea


Comments

No comments written yet.

Please login to write comment.