Color Hex Logo

#c7107b Color Hex

#C7107B
(199,16,123)
0 Favorites   0 Comments

Color spaces of #c7107b

RGB 19916123
HSL0.900.850.42
HSV325°92°78°
CMYK 0.000.920.38   0.22
XYZ27.313613.942819.9905
Yxy13.94280.44600.2276
Hunter Lab37.340165.2245-5.6037
CIE-Lab44.150870.6809-9.9631

#c7107b color RGB value is (199,16,123).

#c7107b hex color red value is 199, green value is 16 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c7107b hue: 0.90 , saturation: 0.85 and the lightness value of c7107b is 0.42.

The process color (four color CMYK) of #c7107b color hex is 0.00, 0.92, 0.38, 0.22. Web safe color of #c7107b is #cc0066. Color #c7107b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 01111011
Octal 307 20 173
Decimal 199 16 123
Hex C7 10 7B

RGB Percentages of Color #c7107b

%58.88
%4.73
%36.39

CMYK Percentages of Color #c7107b

%0
%92
%38
%22

Triadic Colors of #c7107b

#c7107b #7bc710 #107bc7

Analogous Colors of #c7107b

#c7107b #c7101f #b810c7

Monochromatic Colors of #c7107b

#c7107b

Complementary Color

#c7107b #10c75c

#c7107b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7107b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7107b Color CSS Codes

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

#c7107b Text Font Color

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

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


#c7107b Background Color

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

This div background color is #c7107b


#c7107b Border Color

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

This div border color is #c7107b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7107b


Comments

No comments written yet.

Please login to write comment.