Color Hex Logo

#c089a2 Color Hex

#C089A2
(192,137,162)
0 Favorites   0 Comments

Color spaces of #c089a2

RGB 192137162
HSL0.920.300.65
HSV333°29°75°
CMYK 0.000.290.16   0.25
XYZ37.205531.706438.3414
Yxy31.70640.34690.2956
Hunter Lab56.308419.4032-0.9557
CIE-Lab63.099524.8112-4.8534

#c089a2 color RGB value is (192,137,162).

#c089a2 hex color red value is 192, green value is 137 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #c089a2 hue: 0.92 , saturation: 0.30 and the lightness value of c089a2 is 0.65.

The process color (four color CMYK) of #c089a2 color hex is 0.00, 0.29, 0.16, 0.25. Web safe color of #c089a2 is #cc9999. Color #c089a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 10100010
Octal 300 211 242
Decimal 192 137 162
Hex C0 89 A2

RGB Percentages of Color #c089a2

%39.10
%27.90
%32.99

CMYK Percentages of Color #c089a2

%0
%29
%16
%25

Triadic Colors of #c089a2

#c089a2 #a2c089 #89a2c0

Analogous Colors of #c089a2

#c089a2 #c08c89 #c089be

Monochromatic Colors of #c089a2

#c089a2

Complementary Color

#c089a2 #89c0a7

#c089a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089a2 Color CSS Codes

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

#c089a2 Text Font Color

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

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


#c089a2 Background Color

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

This div background color is #c089a2


#c089a2 Border Color

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

This div border color is #c089a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089a2


Comments

No comments written yet.

Please login to write comment.