Color Hex Logo

#c094af Color Hex

#C094AF
(192,148,175)
0 Favorites   0 Comments

Color spaces of #c094af

RGB 192148175
HSL0.900.260.67
HSV323°23°75°
CMYK 0.000.230.09   0.25
XYZ40.066035.481445.2943
Yxy35.48140.33160.2936
Hunter Lab59.566315.8233-3.3878
CIE-Lab66.121820.9273-7.7101

#c094af color RGB value is (192,148,175).

#c094af hex color red value is 192, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c094af hue: 0.90 , saturation: 0.26 and the lightness value of c094af is 0.67.

The process color (four color CMYK) of #c094af color hex is 0.00, 0.23, 0.09, 0.25. Web safe color of #c094af is #cc9999. Color #c094af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10101111
Octal 300 224 257
Decimal 192 148 175
Hex C0 94 AF

RGB Percentages of Color #c094af

%37.28
%28.74
%33.98

CMYK Percentages of Color #c094af

%0
%23
%9
%25

Triadic Colors of #c094af

#c094af #afc094 #94afc0

Analogous Colors of #c094af

#c094af #c09499 #bb94c0

Monochromatic Colors of #c094af

#c094af

Complementary Color

#c094af #94c0a5

#c094af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094af Color CSS Codes

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

#c094af Text Font Color

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

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


#c094af Background Color

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

This div background color is #c094af


#c094af Border Color

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

This div border color is #c094af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094af


Comments

No comments written yet.

Please login to write comment.