Color Hex Logo

#c2037b Color Hex

#C2037B
(194,3,123)
0 Favorites   0 Comments

Color spaces of #c2037b

RGB 1943123
HSL0.900.970.39
HSV322°98°76°
CMYK 0.000.980.37   0.24
XYZ25.855812.964519.8785
Yxy12.96450.44050.2209
Hunter Lab36.006265.1685-7.5287
CIE-Lab42.709770.9147-12.2351

#c2037b color RGB value is (194,3,123).

#c2037b hex color red value is 194, green value is 3 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c2037b hue: 0.90 , saturation: 0.97 and the lightness value of c2037b is 0.39.

The process color (four color CMYK) of #c2037b color hex is 0.00, 0.98, 0.37, 0.24. Web safe color of #c2037b is #cc0066. Color #c2037b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000011 01111011
Octal 302 3 173
Decimal 194 3 123
Hex C2 3 7B

RGB Percentages of Color #c2037b

%60.63
%0.94
%38.44

CMYK Percentages of Color #c2037b

%0
%98
%37
%24

Triadic Colors of #c2037b

#c2037b #7bc203 #037bc2

Analogous Colors of #c2037b

#c2037b #c2031c #aa03c2

Monochromatic Colors of #c2037b

#c2037b

Complementary Color

#c2037b #03c24a

#c2037b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2037b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2037b Color CSS Codes

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

#c2037b Text Font Color

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

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


#c2037b Background Color

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

This div background color is #c2037b


#c2037b Border Color

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

This div border color is #c2037b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,3,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2037b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2037b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2037b;
  box-shadow:         1px 1px 3px 2px #c2037b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,3,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2037b


Comments

No comments written yet.

Please login to write comment.