Color Hex Logo

#c04396 Color Hex

#C04396
(192,67,150)
0 Favorites   0 Comments

Color spaces of #c04396

RGB 19267150
HSL0.890.500.51
HSV320°65°75°
CMYK 0.000.650.22   0.25
XYZ29.250417.422830.6754
Yxy17.42280.37820.2253
Hunter Lab41.740652.0406-14.3541
CIE-Lab48.788458.3127-19.4071

#c04396 color RGB value is (192,67,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 10010110
Octal 300 103 226
Decimal 192 67 150
Hex C0 43 96

RGB Percentages of Color #c04396

%46.94
%16.38
%36.67

CMYK Percentages of Color #c04396

%0
%65
%22
%25

Triadic Colors of #c04396

#c04396 #96c043 #4396c0

Analogous Colors of #c04396

#c04396 #c04358 #ac43c0

Monochromatic Colors of #c04396

#c04396

Complementary Color

#c04396 #43c06d

#c04396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04396 Color CSS Codes

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

#c04396 Text Font Color

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

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


#c04396 Background Color

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

This div background color is #c04396


#c04396 Border Color

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

This div border color is #c04396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04396


Comments

No comments written yet.

Please login to write comment.