Color Hex Logo

#c7147b Color Hex

#C7147B
(199,20,123)
0 Favorites   0 Comments

Color spaces of #c7147b

RGB 19920123
HSL0.900.820.43
HSV325°90°78°
CMYK 0.000.900.38   0.22
XYZ27.378514.072520.0121
Yxy14.07250.44540.2290
Hunter Lab37.513364.6270-5.3699
CIE-Lab44.336770.1406-9.6835

#c7147b color RGB value is (199,20,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 01111011
Octal 307 24 173
Decimal 199 20 123
Hex C7 14 7B

RGB Percentages of Color #c7147b

%58.19
%5.85
%35.96

CMYK Percentages of Color #c7147b

%0
%90
%38
%22

Triadic Colors of #c7147b

#c7147b #7bc714 #147bc7

Analogous Colors of #c7147b

#c7147b #c71421 #ba14c7

Monochromatic Colors of #c7147b

#c7147b

Complementary Color

#c7147b #14c760

#c7147b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7147b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7147b Color CSS Codes

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

#c7147b Text Font Color

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

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


#c7147b Background Color

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

This div background color is #c7147b


#c7147b Border Color

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

This div border color is #c7147b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,20,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 #c7147b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7147b


Comments

No comments written yet.

Please login to write comment.