Color Hex Logo

#c04795 Color Hex

#C04795
(192,71,149)
0 Favorites   0 Comments

Color spaces of #c04795

RGB 19271149
HSL0.890.490.52
HSV321°63°75°
CMYK 0.000.630.22   0.25
XYZ29.416317.882930.3351
Yxy17.88290.37890.2303
Hunter Lab42.288250.1630-12.9295
CIE-Lab49.353856.5128-17.9457

#c04795 color RGB value is (192,71,149).

#c04795 hex color red value is 192, green value is 71 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c04795 hue: 0.89 , saturation: 0.49 and the lightness value of c04795 is 0.52.

The process color (four color CMYK) of #c04795 color hex is 0.00, 0.63, 0.22, 0.25. Web safe color of #c04795 is #cc3399. Color #c04795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000111 10010101
Octal 300 107 225
Decimal 192 71 149
Hex C0 47 95

RGB Percentages of Color #c04795

%46.60
%17.23
%36.17

CMYK Percentages of Color #c04795

%0
%63
%22
%25

Triadic Colors of #c04795

#c04795 #95c047 #4795c0

Analogous Colors of #c04795

#c04795 #c04758 #af47c0

Monochromatic Colors of #c04795

#c04795

Complementary Color

#c04795 #47c072

#c04795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04795 Color CSS Codes

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

#c04795 Text Font Color

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

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


#c04795 Background Color

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

This div background color is #c04795


#c04795 Border Color

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

This div border color is #c04795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04795


Comments

No comments written yet.

Please login to write comment.