Color Hex Logo

#c44dae Color Hex

#C44DAE
(196,77,174)
0 Favorites   0 Comments

Color spaces of #c44dae

RGB 19677174
HSL0.860.500.54
HSV311°61°77°
CMYK 0.000.610.11   0.23
XYZ33.058820.099542.1816
Yxy20.09950.34670.2108
Hunter Lab44.832553.1665-24.4016
CIE-Lab51.949558.7444-28.6435

#c44dae color RGB value is (196,77,174).

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

The process color (four color CMYK) of #c44dae color hex is 0.00, 0.61, 0.11, 0.23. Web safe color of #c44dae is #cc6699. Color #c44dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001101 10101110
Octal 304 115 256
Decimal 196 77 174
Hex C4 4D AE

RGB Percentages of Color #c44dae

%43.85
%17.23
%38.93

CMYK Percentages of Color #c44dae

%0
%61
%11
%23

Triadic Colors of #c44dae

#c44dae #aec44d #4daec4

Analogous Colors of #c44dae

#c44dae #c44d73 #9f4dc4

Monochromatic Colors of #c44dae

#c44dae

Complementary Color

#c44dae #4dc463

#c44dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44dae Color CSS Codes

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

#c44dae Text Font Color

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

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


#c44dae Background Color

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

This div background color is #c44dae


#c44dae Border Color

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

This div border color is #c44dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44dae


Comments

No comments written yet.

Please login to write comment.