Color Hex Logo

#c0125e Color Hex

#C0125E
(192,18,94)
0 Favorites   0 Comments

Color spaces of #c0125e

RGB 1921894
HSL0.930.830.41
HSV334°91°75°
CMYK 0.000.910.51   0.25
XYZ23.974912.447211.7286
Yxy12.44720.49790.2585
Hunter Lab35.280659.55854.9862
CIE-Lab41.918266.27184.6981

#c0125e color RGB value is (192,18,94).

#c0125e hex color red value is 192, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c0125e hue: 0.93 , saturation: 0.83 and the lightness value of c0125e is 0.41.

The process color (four color CMYK) of #c0125e color hex is 0.00, 0.91, 0.51, 0.25. Web safe color of #c0125e is #cc0066. Color #c0125e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 01011110
Octal 300 22 136
Decimal 192 18 94
Hex C0 12 5E

RGB Percentages of Color #c0125e

%63.16
%5.92
%30.92

CMYK Percentages of Color #c0125e

%0
%91
%51
%25

Triadic Colors of #c0125e

#c0125e #5ec012 #125ec0

Analogous Colors of #c0125e

#c0125e #c01d12 #c012b5

Monochromatic Colors of #c0125e

#c0125e

Complementary Color

#c0125e #12c074

#c0125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0125e Color CSS Codes

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

#c0125e Text Font Color

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

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


#c0125e Background Color

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

This div background color is #c0125e


#c0125e Border Color

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

This div border color is #c0125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0125e


Comments

No comments written yet.

Please login to write comment.