Color Hex Logo

#c093af Color Hex

#C093AF
(192,147,175)
0 Favorites   0 Comments

Color spaces of #c093af

RGB 192147175
HSL0.900.260.66
HSV323°23°75°
CMYK 0.000.230.09   0.25
XYZ39.909835.169045.2423
Yxy35.16900.33170.2923
Hunter Lab59.303516.3452-3.7196
CIE-Lab65.880021.4814-8.0697

#c093af color RGB value is (192,147,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 10101111
Octal 300 223 257
Decimal 192 147 175
Hex C0 93 AF

RGB Percentages of Color #c093af

%37.35
%28.60
%34.05

CMYK Percentages of Color #c093af

%0
%23
%9
%25

Triadic Colors of #c093af

#c093af #afc093 #93afc0

Analogous Colors of #c093af

#c093af #c09399 #bb93c0

Monochromatic Colors of #c093af

#c093af

Complementary Color

#c093af #93c0a4

#c093af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c093af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c093af Color CSS Codes

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

#c093af Text Font Color

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

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


#c093af Background Color

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

This div background color is #c093af


#c093af Border Color

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

This div border color is #c093af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c093af


Comments

No comments written yet.

Please login to write comment.