Color Hex Logo

#c0447e Color Hex

#C0447E
(192,68,126)
0 Favorites   0 Comments

Color spaces of #c0447e

RGB 19268126
HSL0.920.500.51
HSV332°65°75°
CMYK 0.000.650.34   0.25
XYZ27.571216.847121.5373
Yxy16.84710.41800.2554
Hunter Lab41.045248.0742-2.3791
CIE-Lab48.066854.8356-6.0707

#c0447e color RGB value is (192,68,126).

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

The process color (four color CMYK) of #c0447e color hex is 0.00, 0.65, 0.34, 0.25. Web safe color of #c0447e is #cc3366. Color #c0447e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 01111110
Octal 300 104 176
Decimal 192 68 126
Hex C0 44 7E

RGB Percentages of Color #c0447e

%49.74
%17.62
%32.64

CMYK Percentages of Color #c0447e

%0
%65
%34
%25

Triadic Colors of #c0447e

#c0447e #7ec044 #447ec0

Analogous Colors of #c0447e

#c0447e #c04844 #c044bc

Monochromatic Colors of #c0447e

#c0447e

Complementary Color

#c0447e #44c086

#c0447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0447e Color CSS Codes

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

#c0447e Text Font Color

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

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


#c0447e Background Color

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

This div background color is #c0447e


#c0447e Border Color

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

This div border color is #c0447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0447e


Comments

No comments written yet.

Please login to write comment.