Color Hex Logo

#c0387e Color Hex

#C0387E
(192,56,126)
0 Favorites   0 Comments

Color spaces of #c0387e

RGB 19256126
HSL0.910.550.49
HSV329°71°75°
CMYK 0.000.710.34   0.25
XYZ26.918315.541221.3197
Yxy15.54120.42210.2437
Hunter Lab39.422352.8940-4.4686
CIE-Lab46.366759.5300-8.6081

#c0387e color RGB value is (192,56,126).

#c0387e hex color red value is 192, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c0387e hue: 0.91 , saturation: 0.55 and the lightness value of c0387e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 01111110
Octal 300 70 176
Decimal 192 56 126
Hex C0 38 7E

RGB Percentages of Color #c0387e

%51.34
%14.97
%33.69

CMYK Percentages of Color #c0387e

%0
%71
%34
%25

Triadic Colors of #c0387e

#c0387e #7ec038 #387ec0

Analogous Colors of #c0387e

#c0387e #c0383a #be38c0

Monochromatic Colors of #c0387e

#c0387e

Complementary Color

#c0387e #38c07a

#c0387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0387e Color CSS Codes

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

#c0387e Text Font Color

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

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


#c0387e Background Color

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

This div background color is #c0387e


#c0387e Border Color

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

This div border color is #c0387e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,56,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 #c0387e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0387e


Comments

No comments written yet.

Please login to write comment.