Color Hex Logo

#c74aab Color Hex

#C74AAB
(199,74,171)
0 Favorites   0 Comments

Color spaces of #c74aab

RGB 19974171
HSL0.870.530.54
HSV313°63°78°
CMYK 0.000.630.14   0.22
XYZ33.352719.979940.6267
Yxy19.97990.35500.2126
Hunter Lab44.698954.9672-22.5993
CIE-Lab51.814560.3654-27.0623

#c74aab color RGB value is (199,74,171).

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

The process color (four color CMYK) of #c74aab color hex is 0.00, 0.63, 0.14, 0.22. Web safe color of #c74aab is #cc3399. Color #c74aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 10101011
Octal 307 112 253
Decimal 199 74 171
Hex C7 4A AB

RGB Percentages of Color #c74aab

%44.82
%16.67
%38.51

CMYK Percentages of Color #c74aab

%0
%63
%14
%22

Triadic Colors of #c74aab

#c74aab #abc74a #4aabc7

Analogous Colors of #c74aab

#c74aab #c74a6d #a54ac7

Monochromatic Colors of #c74aab

#c74aab

Complementary Color

#c74aab #4ac766

#c74aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74aab Color CSS Codes

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

#c74aab Text Font Color

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

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


#c74aab Background Color

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

This div background color is #c74aab


#c74aab Border Color

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

This div border color is #c74aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74aab


Comments

No comments written yet.

Please login to write comment.