Color Hex Logo

#c749ab Color Hex

#C749AB
(199,73,171)
0 Favorites   0 Comments

Color spaces of #c749ab

RGB 19973171
HSL0.870.530.53
HSV313°63°78°
CMYK 0.000.630.14   0.22
XYZ33.286419.847540.6046
Yxy19.84750.35510.2117
Hunter Lab44.550555.4047-22.8532
CIE-Lab51.664460.7787-27.2951

#c749ab color RGB value is (199,73,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001001 10101011
Octal 307 111 253
Decimal 199 73 171
Hex C7 49 AB

RGB Percentages of Color #c749ab

%44.92
%16.48
%38.60

CMYK Percentages of Color #c749ab

%0
%63
%14
%22

Triadic Colors of #c749ab

#c749ab #abc749 #49abc7

Analogous Colors of #c749ab

#c749ab #c7496c #a449c7

Monochromatic Colors of #c749ab

#c749ab

Complementary Color

#c749ab #49c765

#c749ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c749ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c749ab Color CSS Codes

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

#c749ab Text Font Color

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

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


#c749ab Background Color

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

This div background color is #c749ab


#c749ab Border Color

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

This div border color is #c749ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c749ab


Comments

No comments written yet.

Please login to write comment.