Color Hex Logo

#c04592 Color Hex

#C04592
(192,69,146)
0 Favorites   0 Comments

Color spaces of #c04592

RGB 19269146
HSL0.900.490.51
HSV322°64°75°
CMYK 0.000.640.24   0.25
XYZ29.054717.538029.0480
Yxy17.53800.38410.2319
Hunter Lab41.878450.5538-11.8103
CIE-Lab48.930956.9440-16.8006

#c04592 color RGB value is (192,69,146).

#c04592 hex color red value is 192, green value is 69 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c04592 hue: 0.90 , saturation: 0.49 and the lightness value of c04592 is 0.51.

The process color (four color CMYK) of #c04592 color hex is 0.00, 0.64, 0.24, 0.25. Web safe color of #c04592 is #cc3399. Color #c04592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 10010010
Octal 300 105 222
Decimal 192 69 146
Hex C0 45 92

RGB Percentages of Color #c04592

%47.17
%16.95
%35.87

CMYK Percentages of Color #c04592

%0
%64
%24
%25

Triadic Colors of #c04592

#c04592 #92c045 #4592c0

Analogous Colors of #c04592

#c04592 #c04555 #b145c0

Monochromatic Colors of #c04592

#c04592

Complementary Color

#c04592 #45c073

#c04592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04592 Color CSS Codes

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

#c04592 Text Font Color

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

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


#c04592 Background Color

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

This div background color is #c04592


#c04592 Border Color

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

This div border color is #c04592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04592


Comments

No comments written yet.

Please login to write comment.