Color Hex Logo

#c04384 Color Hex

#C04384
(192,67,132)
0 Favorites   0 Comments

Color spaces of #c04384

RGB 19267132
HSL0.910.500.51
HSV329°65°75°
CMYK 0.000.650.31   0.25
XYZ27.910216.886723.6182
Yxy16.88670.40800.2468
Hunter Lab41.093449.3217-5.3112
CIE-Lab48.117055.9704-9.6225

#c04384 color RGB value is (192,67,132).

#c04384 hex color red value is 192, green value is 67 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c04384 hue: 0.91 , saturation: 0.50 and the lightness value of c04384 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 10000100
Octal 300 103 204
Decimal 192 67 132
Hex C0 43 84

RGB Percentages of Color #c04384

%49.10
%17.14
%33.76

CMYK Percentages of Color #c04384

%0
%65
%31
%25

Triadic Colors of #c04384

#c04384 #84c043 #4384c0

Analogous Colors of #c04384

#c04384 #c04346 #be43c0

Monochromatic Colors of #c04384

#c04384

Complementary Color

#c04384 #43c07f

#c04384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04384 Color CSS Codes

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

#c04384 Text Font Color

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

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


#c04384 Background Color

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

This div background color is #c04384


#c04384 Border Color

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

This div border color is #c04384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04384


Comments

No comments written yet.

Please login to write comment.