Color Hex Logo

#c0467e Color Hex

#C0467E
(192,70,126)
0 Favorites   0 Comments

Color spaces of #c0467e

RGB 19270126
HSL0.920.490.51
HSV332°64°75°
CMYK 0.000.640.34   0.25
XYZ27.694317.093121.5783
Yxy17.09310.41730.2576
Hunter Lab41.343847.2172-2.0042
CIE-Lab48.377153.9898-5.6096

#c0467e color RGB value is (192,70,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 01111110
Octal 300 106 176
Decimal 192 70 126
Hex C0 46 7E

RGB Percentages of Color #c0467e

%49.48
%18.04
%32.47

CMYK Percentages of Color #c0467e

%0
%64
%34
%25

Triadic Colors of #c0467e

#c0467e #7ec046 #467ec0

Analogous Colors of #c0467e

#c0467e #c04b46 #c046bb

Monochromatic Colors of #c0467e

#c0467e

Complementary Color

#c0467e #46c088

#c0467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0467e Color CSS Codes

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

#c0467e Text Font Color

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

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


#c0467e Background Color

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

This div background color is #c0467e


#c0467e Border Color

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

This div border color is #c0467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0467e


Comments

No comments written yet.

Please login to write comment.