Color Hex Logo

#c04194 Color Hex

#C04194
(192,65,148)
0 Favorites   0 Comments

Color spaces of #c04194

RGB 19265148
HSL0.890.500.50
HSV321°66°75°
CMYK 0.000.660.23   0.25
XYZ28.973817.125229.7954
Yxy17.12520.38180.2256
Hunter Lab41.382652.5562-13.7209
CIE-Lab48.417458.8444-18.7809

#c04194 color RGB value is (192,65,148).

#c04194 hex color red value is 192, green value is 65 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c04194 hue: 0.89 , saturation: 0.50 and the lightness value of c04194 is 0.50.

The process color (four color CMYK) of #c04194 color hex is 0.00, 0.66, 0.23, 0.25. Web safe color of #c04194 is #cc3399. Color #c04194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 10010100
Octal 300 101 224
Decimal 192 65 148
Hex C0 41 94

RGB Percentages of Color #c04194

%47.41
%16.05
%36.54

CMYK Percentages of Color #c04194

%0
%66
%23
%25

Triadic Colors of #c04194

#c04194 #94c041 #4194c0

Analogous Colors of #c04194

#c04194 #c04155 #ad41c0

Monochromatic Colors of #c04194

#c04194

Complementary Color

#c04194 #41c06d

#c04194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04194 Color CSS Codes

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

#c04194 Text Font Color

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

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


#c04194 Background Color

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

This div background color is #c04194


#c04194 Border Color

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

This div border color is #c04194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04194


Comments

No comments written yet.

Please login to write comment.