Color Hex Logo

#c6124b Color Hex

#C6124B
(198,18,75)
0 Favorites   0 Comments

Color spaces of #c6124b

RGB 1981875
HSL0.950.830.42
HSV341°91°78°
CMYK 0.000.910.62   0.22
XYZ24.775012.94647.8497
Yxy12.94640.54370.2841
Hunter Lab35.981159.940312.2520
CIE-Lab42.682466.454017.9374

#c6124b color RGB value is (198,18,75).

#c6124b hex color red value is 198, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c6124b hue: 0.95 , saturation: 0.83 and the lightness value of c6124b is 0.42.

The process color (four color CMYK) of #c6124b color hex is 0.00, 0.91, 0.62, 0.22. Web safe color of #c6124b is #cc0033. Color #c6124b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 01001011
Octal 306 22 113
Decimal 198 18 75
Hex C6 12 4B

RGB Percentages of Color #c6124b

%68.04
%6.19
%25.77

CMYK Percentages of Color #c6124b

%0
%91
%62
%22

Triadic Colors of #c6124b

#c6124b #4bc612 #124bc6

Analogous Colors of #c6124b

#c6124b #c63312 #c612a5

Monochromatic Colors of #c6124b

#c6124b

Complementary Color

#c6124b #12c68d

#c6124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6124b Color CSS Codes

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

#c6124b Text Font Color

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

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


#c6124b Background Color

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

This div background color is #c6124b


#c6124b Border Color

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

This div border color is #c6124b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6124b


Comments

No comments written yet.

Please login to write comment.