color codes Logo

#c74b7a color codes

#C74B7A
(199,75,122)
0 Favorites   0 Comments

Color spaces of #c74b7a

RGB 19975122
HSL0.940.530.54
HSV337°62°78°
CMYK 0.000.620.39   0.22
XYZ29.582118.579420.4394
Yxy18.57940.43120.2708
Hunter Lab43.103847.07262.0580
CIE-Lab50.191453.5363-0.3928

#c74b7a color RGB value is (199,75,122).

#c74b7a hex color red value is 199, green value is 75 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c74b7a hue: 0.94 , saturation: 0.53 and the lightness value of c74b7a is 0.54.

The process color (four color CMYK) of #c74b7a color code is 0.00, 0.62, 0.39, 0.22. Web safe color of #c74b7a is #cc3366. Color #c74b7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001011 01111010
Octal 307 113 172
Decimal 199 75 122
Hex C7 4B 7A

RGB Percentages of Color #c74b7a

%50.25
%18.94
%30.81

CMYK Percentages of Color #c74b7a

%0
%62
%39
%22

Triadic Colors of #c74b7a

#c74b7a #7ac74b #4b7ac7

Analogous Colors of #c74b7a

#c74b7a #c75a4b #c74bb8

Monochromatic Colors of #c74b7a

#c74b7a

Complementary Color

#c74b7a #4bc798

#c74b7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74b7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74b7a Color CSS Codes

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

#c74b7a Text Font Color

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

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


#c74b7a Background Color

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

This div background color is #c74b7a


#c74b7a Border Color

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

This div border color is #c74b7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74b7a


Comments

No comments written yet.

Please login to write comment.