Color Hex Logo

#c74fab Color Hex

#C74FAB
(199,79,171)
0 Favorites   0 Comments

Color spaces of #c74fab

RGB 19979171
HSL0.870.520.55
HSV314°60°78°
CMYK 0.000.600.14   0.22
XYZ33.699920.674440.7424
Yxy20.67440.35430.2174
Hunter Lab45.469152.7262-21.2982
CIE-Lab52.591358.2366-25.8596

#c74fab color RGB value is (199,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001111 10101011
Octal 307 117 253
Decimal 199 79 171
Hex C7 4F AB

RGB Percentages of Color #c74fab

%44.32
%17.59
%38.08

CMYK Percentages of Color #c74fab

%0
%60
%14
%22

Triadic Colors of #c74fab

#c74fab #abc74f #4fabc7

Analogous Colors of #c74fab

#c74fab #c74f6f #a74fc7

Monochromatic Colors of #c74fab

#c74fab

Complementary Color

#c74fab #4fc76b

#c74fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74fab Color CSS Codes

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

#c74fab Text Font Color

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

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


#c74fab Background Color

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

This div background color is #c74fab


#c74fab Border Color

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

This div border color is #c74fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74fab


Comments

No comments written yet.

Please login to write comment.