Color Hex Logo

#c6186d Color Hex

#C6186D
(198,24,109)
0 Favorites   0 Comments

Color spaces of #c6186d

RGB 19824109
HSL0.920.780.44
HSV331°88°78°
CMYK 0.000.880.45   0.22
XYZ26.375713.763215.7344
Yxy13.76320.47210.2463
Hunter Lab37.098861.98320.8230
CIE-Lab43.891467.9783-1.6916

#c6186d color RGB value is (198,24,109).

#c6186d hex color red value is 198, green value is 24 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6186d hue: 0.92 , saturation: 0.78 and the lightness value of c6186d is 0.44.

The process color (four color CMYK) of #c6186d color hex is 0.00, 0.88, 0.45, 0.22. Web safe color of #c6186d is #cc0066. Color #c6186d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 01101101
Octal 306 30 155
Decimal 198 24 109
Hex C6 18 6D

RGB Percentages of Color #c6186d

%59.82
%7.25
%32.93

CMYK Percentages of Color #c6186d

%0
%88
%45
%22

Triadic Colors of #c6186d

#c6186d #6dc618 #186dc6

Analogous Colors of #c6186d

#c6186d #c61a18 #c618c4

Monochromatic Colors of #c6186d

#c6186d

Complementary Color

#c6186d #18c671

#c6186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6186d Color CSS Codes

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

#c6186d Text Font Color

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

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


#c6186d Background Color

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

This div background color is #c6186d


#c6186d Border Color

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

This div border color is #c6186d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6186d


Comments

No comments written yet.

Please login to write comment.