color codes Logo

#c7139d color codes

#C7139D
(199,19,157)
0 Favorites   0 Comments

Color spaces of #c7139d

RGB 19919157
HSL0.870.830.43
HSV314°90°78°
CMYK 0.000.900.21   0.22
XYZ29.871915.042233.2273
Yxy15.04220.38230.1925
Hunter Lab38.784369.6094-23.6460
CIE-Lab45.691974.0337-28.2852

#c7139d color RGB value is (199,19,157).

#c7139d hex color red value is 199, green value is 19 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c7139d hue: 0.87 , saturation: 0.83 and the lightness value of c7139d is 0.43.

The process color (four color CMYK) of #c7139d color code is 0.00, 0.90, 0.21, 0.22. Web safe color of #c7139d is #cc0099. Color #c7139d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 10011101
Octal 307 23 235
Decimal 199 19 157
Hex C7 13 9D

RGB Percentages of Color #c7139d

%53.07
%5.07
%41.87

CMYK Percentages of Color #c7139d

%0
%90
%21
%22

Triadic Colors of #c7139d

#c7139d #9dc713 #139dc7

Analogous Colors of #c7139d

#c7139d #c71343 #9713c7

Monochromatic Colors of #c7139d

#c7139d

Complementary Color

#c7139d #13c73d

#c7139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7139d Color CSS Codes

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

#c7139d Text Font Color

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

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


#c7139d Background Color

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

This div background color is #c7139d


#c7139d Border Color

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

This div border color is #c7139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7139d


Comments

No comments written yet.

Please login to write comment.