Color Hex Logo

#c489ba Color Hex

#C489BA
(196,137,186)
0 Favorites   0 Comments

Color spaces of #c489ba

RGB 196137186
HSL0.860.330.65
HSV310°30°77°
CMYK 0.000.300.05   0.23
XYZ40.573533.172350.7188
Yxy33.17230.32600.2665
Hunter Lab57.595424.9537-11.8943
CIE-Lab64.300230.3552-16.5876

#c489ba color RGB value is (196,137,186).

#c489ba hex color red value is 196, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c489ba hue: 0.86 , saturation: 0.33 and the lightness value of c489ba is 0.65.

The process color (four color CMYK) of #c489ba color hex is 0.00, 0.30, 0.05, 0.23. Web safe color of #c489ba is #cc99cc. Color #c489ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 10111010
Octal 304 211 272
Decimal 196 137 186
Hex C4 89 BA

RGB Percentages of Color #c489ba

%37.76
%26.40
%35.84

CMYK Percentages of Color #c489ba

%0
%30
%5
%23

Triadic Colors of #c489ba

#c489ba #bac489 #89bac4

Analogous Colors of #c489ba

#c489ba #c4899d #b189c4

Monochromatic Colors of #c489ba

#c489ba

Complementary Color

#c489ba #89c493

#c489ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c489ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c489ba Color CSS Codes

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

#c489ba Text Font Color

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

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


#c489ba Background Color

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

This div background color is #c489ba


#c489ba Border Color

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

This div border color is #c489ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c489ba


Comments

No comments written yet.

Please login to write comment.