Color Hex Logo

#c7046b Color Hex

#C7046B
(199,4,107)
0 Favorites   0 Comments

Color spaces of #c7046b

RGB 1994107
HSL0.910.960.40
HSV328°98°78°
CMYK 0.000.980.46   0.22
XYZ26.250413.290515.0917
Yxy13.29050.48050.2433
Hunter Lab36.456164.73150.9751
CIE-Lab43.197770.4509-1.4387

#c7046b color RGB value is (199,4,107).

#c7046b hex color red value is 199, green value is 4 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c7046b hue: 0.91 , saturation: 0.96 and the lightness value of c7046b is 0.40.

The process color (four color CMYK) of #c7046b color hex is 0.00, 0.98, 0.46, 0.22. Web safe color of #c7046b is #cc0066. Color #c7046b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000100 01101011
Octal 307 4 153
Decimal 199 4 107
Hex C7 4 6B

RGB Percentages of Color #c7046b

%64.19
%1.29
%34.52

CMYK Percentages of Color #c7046b

%0
%98
%46
%22

Triadic Colors of #c7046b

#c7046b #6bc704 #046bc7

Analogous Colors of #c7046b

#c7046b #c70409 #c204c7

Monochromatic Colors of #c7046b

#c7046b

Complementary Color

#c7046b #04c760

#c7046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7046b Color CSS Codes

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

#c7046b Text Font Color

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

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


#c7046b Background Color

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

This div background color is #c7046b


#c7046b Border Color

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

This div border color is #c7046b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,4,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7046b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7046b;
  -webkit-box-shadow: 1px 1px 3px 2px #c7046b;
  box-shadow:         1px 1px 3px 2px #c7046b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7046b


Comments

No comments written yet.

Please login to write comment.