Color Hex Logo

#c74bac Color Hex

#C74BAC
(199,75,172)
0 Favorites   0 Comments

Color spaces of #c74bac

RGB 19975172
HSL0.870.530.54
HSV313°62°78°
CMYK 0.000.620.14   0.22
XYZ33.515720.152841.1531
Yxy20.15280.35350.2125
Hunter Lab44.891954.7051-22.9278
CIE-Lab52.009560.0982-27.3452

#c74bac color RGB value is (199,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001011 10101100
Octal 307 113 254
Decimal 199 75 172
Hex C7 4B AC

RGB Percentages of Color #c74bac

%44.62
%16.82
%38.57

CMYK Percentages of Color #c74bac

%0
%62
%14
%22

Triadic Colors of #c74bac

#c74bac #acc74b #4bacc7

Analogous Colors of #c74bac

#c74bac #c74b6e #a44bc7

Monochromatic Colors of #c74bac

#c74bac

Complementary Color

#c74bac #4bc766

#c74bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74bac Color CSS Codes

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

#c74bac Text Font Color

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

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


#c74bac Background Color

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

This div background color is #c74bac


#c74bac Border Color

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

This div border color is #c74bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74bac


Comments

No comments written yet.

Please login to write comment.