Color Hex Logo

#c44eab Color Hex

#C44EAB
(196,78,171)
0 Favorites   0 Comments

Color spaces of #c44eab

RGB 19678171
HSL0.870.500.54
HSV313°60°77°
CMYK 0.000.600.13   0.23
XYZ32.840020.124840.6817
Yxy20.12480.35070.2149
Hunter Lab44.860752.1637-22.3644
CIE-Lab51.978057.8441-26.8453

#c44eab color RGB value is (196,78,171).

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

The process color (four color CMYK) of #c44eab color hex is 0.00, 0.60, 0.13, 0.23. Web safe color of #c44eab is #cc6699. Color #c44eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 10101011
Octal 304 116 253
Decimal 196 78 171
Hex C4 4E AB

RGB Percentages of Color #c44eab

%44.04
%17.53
%38.43

CMYK Percentages of Color #c44eab

%0
%60
%13
%23

Triadic Colors of #c44eab

#c44eab #abc44e #4eabc4

Analogous Colors of #c44eab

#c44eab #c44e70 #a24ec4

Monochromatic Colors of #c44eab

#c44eab

Complementary Color

#c44eab #4ec467

#c44eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44eab Color CSS Codes

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

#c44eab Text Font Color

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

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


#c44eab Background Color

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

This div background color is #c44eab


#c44eab Border Color

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

This div border color is #c44eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44eab


Comments

No comments written yet.

Please login to write comment.