Color Hex Logo

#c44baa Color Hex

#C44BAA
(196,75,170)
0 Favorites   0 Comments

Color spaces of #c44baa

RGB 19675170
HSL0.870.510.53
HSV313°62°77°
CMYK 0.000.620.13   0.23
XYZ32.536719.670240.1121
Yxy19.67020.35240.2131
Hunter Lab44.351153.3361-22.5774
CIE-Lab51.462358.9837-27.0591

#c44baa color RGB value is (196,75,170).

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

The process color (four color CMYK) of #c44baa color hex is 0.00, 0.62, 0.13, 0.23. Web safe color of #c44baa is #cc3399. Color #c44baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001011 10101010
Octal 304 113 252
Decimal 196 75 170
Hex C4 4B AA

RGB Percentages of Color #c44baa

%44.44
%17.01
%38.55

CMYK Percentages of Color #c44baa

%0
%62
%13
%23

Triadic Colors of #c44baa

#c44baa #aac44b #4baac4

Analogous Colors of #c44baa

#c44baa #c44b6e #a24bc4

Monochromatic Colors of #c44baa

#c44baa

Complementary Color

#c44baa #4bc465

#c44baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44baa Color CSS Codes

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

#c44baa Text Font Color

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

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


#c44baa Background Color

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

This div background color is #c44baa


#c44baa Border Color

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

This div border color is #c44baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44baa


Comments

No comments written yet.

Please login to write comment.