Color Hex Logo

#c0738a Color Hex

#C0738A
(192,115,138)
0 Favorites   0 Comments

Color spaces of #c0738a

RGB 192115138
HSL0.950.380.60
HSV342°40°75°
CMYK 0.000.400.28   0.25
XYZ32.456425.302927.2181
Yxy25.30290.38190.2978
Hunter Lab50.302027.14523.1299
CIE-Lab57.369433.23410.5109

#c0738a color RGB value is (192,115,138).

#c0738a hex color red value is 192, green value is 115 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c0738a hue: 0.95 , saturation: 0.38 and the lightness value of c0738a is 0.60.

The process color (four color CMYK) of #c0738a color hex is 0.00, 0.40, 0.28, 0.25. Web safe color of #c0738a is #cc6699. Color #c0738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 10001010
Octal 300 163 212
Decimal 192 115 138
Hex C0 73 8A

RGB Percentages of Color #c0738a

%43.15
%25.84
%31.01

CMYK Percentages of Color #c0738a

%0
%40
%28
%25

Triadic Colors of #c0738a

#c0738a #8ac073 #738ac0

Analogous Colors of #c0738a

#c0738a #c08373 #c073b1

Monochromatic Colors of #c0738a

#c0738a

Complementary Color

#c0738a #73c0a9

#c0738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0738a Color CSS Codes

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

#c0738a Text Font Color

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

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


#c0738a Background Color

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

This div background color is #c0738a


#c0738a Border Color

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

This div border color is #c0738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0738a


Comments

No comments written yet.

Please login to write comment.