Color Hex Logo

#c489ca Color Hex

#C489CA
(196,137,202)
0 Favorites   0 Comments

Color spaces of #c489ca

RGB 196137202
HSL0.820.380.66
HSV294°32°79°
CMYK 0.030.320.00   0.21
XYZ42.371333.891460.1856
Yxy33.89140.31050.2484
Hunter Lab58.216328.0382-20.5442
CIE-Lab64.876333.3523-24.6955

#c489ca color RGB value is (196,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 11001010
Octal 304 211 312
Decimal 196 137 202
Hex C4 89 CA

RGB Percentages of Color #c489ca

%36.64
%25.61
%37.76

CMYK Percentages of Color #c489ca

%3
%32
%0
%21

Triadic Colors of #c489ca

#c489ca #cac489 #89cac4

Analogous Colors of #c489ca

#c489ca #ca89b0 #a489ca

Monochromatic Colors of #c489ca

#c489ca

Complementary Color

#c489ca #8fca89

#c489ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c489ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c489ca Color CSS Codes

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

#c489ca Text Font Color

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

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


#c489ca Background Color

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

This div background color is #c489ca


#c489ca Border Color

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

This div border color is #c489ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c489ca


Comments

No comments written yet.

Please login to write comment.