Color Hex Logo

#c74eab Color Hex

#C74EAB
(199,78,171)
0 Favorites   0 Comments

Color spaces of #c74eab

RGB 19978171
HSL0.870.520.54
HSV314°61°78°
CMYK 0.000.610.14   0.22
XYZ33.628320.531240.7186
Yxy20.53120.35440.2164
Hunter Lab45.311453.1807-21.5624
CIE-Lab52.432658.6700-26.1052

#c74eab color RGB value is (199,78,171).

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

The process color (four color CMYK) of #c74eab color hex is 0.00, 0.61, 0.14, 0.22. Web safe color of #c74eab is #cc6699. Color #c74eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 10101011
Octal 307 116 253
Decimal 199 78 171
Hex C7 4E AB

RGB Percentages of Color #c74eab

%44.42
%17.41
%38.17

CMYK Percentages of Color #c74eab

%0
%61
%14
%22

Triadic Colors of #c74eab

#c74eab #abc74e #4eabc7

Analogous Colors of #c74eab

#c74eab #c74e6f #a74ec7

Monochromatic Colors of #c74eab

#c74eab

Complementary Color

#c74eab #4ec76a

#c74eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74eab Color CSS Codes

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

#c74eab Text Font Color

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

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


#c74eab Background Color

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

This div background color is #c74eab


#c74eab Border Color

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

This div border color is #c74eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74eab


Comments

No comments written yet.

Please login to write comment.