Color Hex Logo

#c6318e Color Hex

#C6318E
(198,49,142)
0 Favorites   0 Comments

Color spaces of #c6318e

RGB 19849142
HSL0.900.600.48
HSV323°75°78°
CMYK 0.000.750.28   0.22
XYZ29.269516.155427.1668
Yxy16.15540.40320.2226
Hunter Lab40.193859.6463-11.9382
CIE-Lab47.177765.3288-16.9817

#c6318e color RGB value is (198,49,142).

#c6318e hex color red value is 198, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c6318e hue: 0.90 , saturation: 0.60 and the lightness value of c6318e is 0.48.

The process color (four color CMYK) of #c6318e color hex is 0.00, 0.75, 0.28, 0.22. Web safe color of #c6318e is #cc3399. Color #c6318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110001 10001110
Octal 306 61 216
Decimal 198 49 142
Hex C6 31 8E

RGB Percentages of Color #c6318e

%50.90
%12.60
%36.50

CMYK Percentages of Color #c6318e

%0
%75
%28
%22

Triadic Colors of #c6318e

#c6318e #8ec631 #318ec6

Analogous Colors of #c6318e

#c6318e #c63144 #b431c6

Monochromatic Colors of #c6318e

#c6318e

Complementary Color

#c6318e #31c669

#c6318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6318e Color CSS Codes

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

#c6318e Text Font Color

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

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


#c6318e Background Color

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

This div background color is #c6318e


#c6318e Border Color

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

This div border color is #c6318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6318e


Comments

No comments written yet.

Please login to write comment.