Color Hex Logo

#c04984 Color Hex

#C04984
(192,73,132)
0 Favorites   0 Comments

Color spaces of #c04984

RGB 19273132
HSL0.920.490.52
HSV330°62°75°
CMYK 0.000.620.31   0.25
XYZ28.285617.637523.7434
Yxy17.63750.40600.2532
Hunter Lab41.997046.7275-4.1222
CIE-Lab49.053453.4172-8.2198

#c04984 color RGB value is (192,73,132).

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

The process color (four color CMYK) of #c04984 color hex is 0.00, 0.62, 0.31, 0.25. Web safe color of #c04984 is #cc3399. Color #c04984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001001 10000100
Octal 300 111 204
Decimal 192 73 132
Hex C0 49 84

RGB Percentages of Color #c04984

%48.36
%18.39
%33.25

CMYK Percentages of Color #c04984

%0
%62
%31
%25

Triadic Colors of #c04984

#c04984 #84c049 #4984c0

Analogous Colors of #c04984

#c04984 #c04a49 #c049c0

Monochromatic Colors of #c04984

#c04984

Complementary Color

#c04984 #49c085

#c04984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04984 Color CSS Codes

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

#c04984 Text Font Color

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

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


#c04984 Background Color

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

This div background color is #c04984


#c04984 Border Color

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

This div border color is #c04984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04984


Comments

No comments written yet.

Please login to write comment.