Color Hex Logo

#c74280 Color Hex

#C74280
(199,66,128)
0 Favorites   0 Comments

Color spaces of #c74280

RGB 19966128
HSL0.920.540.52
HSV332°67°78°
CMYK 0.000.670.36   0.22
XYZ29.397717.597122.2692
Yxy17.59710.42440.2541
Hunter Lab41.948951.6819-2.1108
CIE-Lab49.003757.9502-5.7606

#c74280 color RGB value is (199,66,128).

#c74280 hex color red value is 199, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c74280 hue: 0.92 , saturation: 0.54 and the lightness value of c74280 is 0.52.

The process color (four color CMYK) of #c74280 color hex is 0.00, 0.67, 0.36, 0.22. Web safe color of #c74280 is #cc3399. Color #c74280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 10000000
Octal 307 102 200
Decimal 199 66 128
Hex C7 42 80

RGB Percentages of Color #c74280

%50.64
%16.79
%32.57

CMYK Percentages of Color #c74280

%0
%67
%36
%22

Triadic Colors of #c74280

#c74280 #80c742 #4280c7

Analogous Colors of #c74280

#c74280 #c74742 #c742c3

Monochromatic Colors of #c74280

#c74280

Complementary Color

#c74280 #42c789

#c74280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74280 Color CSS Codes

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

#c74280 Text Font Color

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

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


#c74280 Background Color

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

This div background color is #c74280


#c74280 Border Color

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

This div border color is #c74280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74280


Comments

No comments written yet.

Please login to write comment.