Color Hex Logo

#c6407d Color Hex

#C6407D
(198,64,125)
0 Favorites   0 Comments

Color spaces of #c6407d

RGB 19864125
HSL0.920.540.51
HSV333°68°78°
CMYK 0.000.680.37   0.22
XYZ28.823817.153221.1938
Yxy17.15320.42910.2554
Hunter Lab41.416451.7485-1.3487
CIE-Lab48.452558.1115-4.7829

#c6407d color RGB value is (198,64,125).

#c6407d hex color red value is 198, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c6407d hue: 0.92 , saturation: 0.54 and the lightness value of c6407d is 0.51.

The process color (four color CMYK) of #c6407d color hex is 0.00, 0.68, 0.37, 0.22. Web safe color of #c6407d is #cc3366. Color #c6407d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 01111101
Octal 306 100 175
Decimal 198 64 125
Hex C6 40 7D

RGB Percentages of Color #c6407d

%51.16
%16.54
%32.30

CMYK Percentages of Color #c6407d

%0
%68
%37
%22

Triadic Colors of #c6407d

#c6407d #7dc640 #407dc6

Analogous Colors of #c6407d

#c6407d #c64640 #c640c0

Monochromatic Colors of #c6407d

#c6407d

Complementary Color

#c6407d #40c689

#c6407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6407d Color CSS Codes

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

#c6407d Text Font Color

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

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


#c6407d Background Color

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

This div background color is #c6407d


#c6407d Border Color

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

This div border color is #c6407d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6407d


Comments

No comments written yet.

Please login to write comment.