Color Hex Logo

#c44ddf Color Hex

#C44DDF
(196,77,223)
0 Favorites   0 Comments

Color spaces of #c44ddf

RGB 19677223
HSL0.800.700.59
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.738122.371272.0884
Yxy22.37120.29080.1680
Hunter Lab47.298263.4229-57.2567
CIE-Lab54.418767.1833-52.9023

#c44ddf color RGB value is (196,77,223).

#c44ddf hex color red value is 196, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c44ddf hue: 0.80 , saturation: 0.70 and the lightness value of c44ddf is 0.59.

The process color (four color CMYK) of #c44ddf color hex is 0.12, 0.65, 0.00, 0.13. Web safe color of #c44ddf is #cc66cc. Color #c44ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001101 11011111
Octal 304 115 337
Decimal 196 77 223
Hex C4 4D DF

RGB Percentages of Color #c44ddf

%39.52
%15.52
%44.96

CMYK Percentages of Color #c44ddf

%12
%65
%0
%13

Triadic Colors of #c44ddf

#c44ddf #dfc44d #4ddfc4

Analogous Colors of #c44ddf

#c44ddf #df4db1 #7b4ddf

Monochromatic Colors of #c44ddf

#c44ddf

Complementary Color

#c44ddf #68df4d

#c44ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44ddf Color CSS Codes

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

#c44ddf Text Font Color

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

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


#c44ddf Background Color

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

This div background color is #c44ddf


#c44ddf Border Color

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

This div border color is #c44ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44ddf


Comments

No comments written yet.

Please login to write comment.