Color Hex Logo

#c0377a Color Hex

#C0377A
(192,55,122)
0 Favorites   0 Comments

Color spaces of #c0377a

RGB 19255122
HSL0.920.550.48
HSV331°71°75°
CMYK 0.000.710.36   0.25
XYZ26.617315.344019.9712
Yxy15.34400.42980.2478
Hunter Lab39.171452.7422-2.8085
CIE-Lab46.101859.4434-6.5627

#c0377a color RGB value is (192,55,122).

#c0377a hex color red value is 192, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c0377a hue: 0.92 , saturation: 0.55 and the lightness value of c0377a is 0.48.

The process color (four color CMYK) of #c0377a color hex is 0.00, 0.71, 0.36, 0.25. Web safe color of #c0377a is #cc3366. Color #c0377a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110111 01111010
Octal 300 67 172
Decimal 192 55 122
Hex C0 37 7A

RGB Percentages of Color #c0377a

%52.03
%14.91
%33.06

CMYK Percentages of Color #c0377a

%0
%71
%36
%25

Triadic Colors of #c0377a

#c0377a #7ac037 #377ac0

Analogous Colors of #c0377a

#c0377a #c03937 #c037bf

Monochromatic Colors of #c0377a

#c0377a

Complementary Color

#c0377a #37c07d

#c0377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0377a Color CSS Codes

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

#c0377a Text Font Color

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

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


#c0377a Background Color

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

This div background color is #c0377a


#c0377a Border Color

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

This div border color is #c0377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0377a


Comments

No comments written yet.

Please login to write comment.