Color Hex Logo

#c09ac3 Color Hex

#C09AC3
(192,154,195)
0 Favorites   0 Comments

Color spaces of #c09ac3

RGB 192154195
HSL0.820.250.68
HSV296°21°76°
CMYK 0.020.210.00   0.24
XYZ43.144238.257856.7403
Yxy38.25780.31230.2769
Hunter Lab61.852916.2664-11.0922
CIE-Lab68.210221.2905-15.7537

#c09ac3 color RGB value is (192,154,195).

#c09ac3 hex color red value is 192, green value is 154 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c09ac3 hue: 0.82 , saturation: 0.25 and the lightness value of c09ac3 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011010 11000011
Octal 300 232 303
Decimal 192 154 195
Hex C0 9A C3

RGB Percentages of Color #c09ac3

%35.49
%28.47
%36.04

CMYK Percentages of Color #c09ac3

%2
%21
%0
%24

Triadic Colors of #c09ac3

#c09ac3 #c3c09a #9ac3c0

Analogous Colors of #c09ac3

#c09ac3 #c39ab2 #ac9ac3

Monochromatic Colors of #c09ac3

#c09ac3

Complementary Color

#c09ac3 #9dc39a

#c09ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ac3 Color CSS Codes

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

#c09ac3 Text Font Color

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

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


#c09ac3 Background Color

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

This div background color is #c09ac3


#c09ac3 Border Color

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

This div border color is #c09ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ac3


Comments

No comments written yet.

Please login to write comment.