Color Hex Logo

#c44dbd Color Hex

#C44DBD
(196,77,189)
0 Favorites   0 Comments

Color spaces of #c44dbd

RGB 19677189
HSL0.840.500.54
HSV304°61°77°
CMYK 0.000.610.04   0.23
XYZ34.604120.717650.3192
Yxy20.71760.32760.1961
Hunter Lab45.516656.0510-33.6843
CIE-Lab52.639061.1680-36.2848

#c44dbd color RGB value is (196,77,189).

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

The process color (four color CMYK) of #c44dbd color hex is 0.00, 0.61, 0.04, 0.23. Web safe color of #c44dbd is #cc66cc. Color #c44dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001101 10111101
Octal 304 115 275
Decimal 196 77 189
Hex C4 4D BD

RGB Percentages of Color #c44dbd

%42.42
%16.67
%40.91

CMYK Percentages of Color #c44dbd

%0
%61
%4
%23

Triadic Colors of #c44dbd

#c44dbd #bdc44d #4dbdc4

Analogous Colors of #c44dbd

#c44dbd #c44d82 #904dc4

Monochromatic Colors of #c44dbd

#c44dbd

Complementary Color

#c44dbd #4dc454

#c44dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44dbd Color CSS Codes

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

#c44dbd Text Font Color

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

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


#c44dbd Background Color

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

This div background color is #c44dbd


#c44dbd Border Color

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

This div border color is #c44dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44dbd


Comments

No comments written yet.

Please login to write comment.