Color Hex Logo

#c6419d Color Hex

#C6419D
(198,65,157)
0 Favorites   0 Comments

Color spaces of #c6419d

RGB 19865157
HSL0.880.540.52
HSV318°67°78°
CMYK 0.000.670.21   0.22
XYZ31.264818.220733.7674
Yxy18.22070.37550.2189
Hunter Lab42.685756.0409-17.0226
CIE-Lab49.762761.6910-21.9923

#c6419d color RGB value is (198,65,157).

#c6419d hex color red value is 198, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c6419d hue: 0.88 , saturation: 0.54 and the lightness value of c6419d is 0.52.

The process color (four color CMYK) of #c6419d color hex is 0.00, 0.67, 0.21, 0.22. Web safe color of #c6419d is #cc3399. Color #c6419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 10011101
Octal 306 101 235
Decimal 198 65 157
Hex C6 41 9D

RGB Percentages of Color #c6419d

%47.14
%15.48
%37.38

CMYK Percentages of Color #c6419d

%0
%67
%21
%22

Triadic Colors of #c6419d

#c6419d #9dc641 #419dc6

Analogous Colors of #c6419d

#c6419d #c6415a #ad41c6

Monochromatic Colors of #c6419d

#c6419d

Complementary Color

#c6419d #41c66a

#c6419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6419d Color CSS Codes

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

#c6419d Text Font Color

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

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


#c6419d Background Color

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

This div background color is #c6419d


#c6419d Border Color

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

This div border color is #c6419d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,65,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6419d


Comments

No comments written yet.

Please login to write comment.