Color Hex Logo

#c0487d Color Hex

#C0487D
(192,72,125)
0 Favorites   0 Comments

Color spaces of #c0487d

RGB 19272125
HSL0.930.490.52
HSV334°63°75°
CMYK 0.000.630.35   0.25
XYZ27.757317.321921.2825
Yxy17.32190.41830.2610
Hunter Lab41.619646.2125-1.1847
CIE-Lab48.663153.0084-4.5812

#c0487d color RGB value is (192,72,125).

#c0487d hex color red value is 192, green value is 72 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c0487d hue: 0.93 , saturation: 0.49 and the lightness value of c0487d is 0.52.

The process color (four color CMYK) of #c0487d color hex is 0.00, 0.63, 0.35, 0.25. Web safe color of #c0487d is #cc3366. Color #c0487d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 01111101
Octal 300 110 175
Decimal 192 72 125
Hex C0 48 7D

RGB Percentages of Color #c0487d

%49.36
%18.51
%32.13

CMYK Percentages of Color #c0487d

%0
%63
%35
%25

Triadic Colors of #c0487d

#c0487d #7dc048 #487dc0

Analogous Colors of #c0487d

#c0487d #c04f48 #c048b9

Monochromatic Colors of #c0487d

#c0487d

Complementary Color

#c0487d #48c08b

#c0487d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0487d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0487d Color CSS Codes

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

#c0487d Text Font Color

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

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


#c0487d Background Color

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

This div background color is #c0487d


#c0487d Border Color

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

This div border color is #c0487d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0487d


Comments

No comments written yet.

Please login to write comment.