Color Hex Logo

#c44edf Color Hex

#C44EDF
(196,78,223)
0 Favorites   0 Comments

Color spaces of #c44edf

RGB 19678223
HSL0.800.690.59
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.808622.512372.1119
Yxy22.51230.29080.1687
Hunter Lab47.447162.9687-56.8981
CIE-Lab54.566466.7712-52.6665

#c44edf color RGB value is (196,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 11011111
Octal 304 116 337
Decimal 196 78 223
Hex C4 4E DF

RGB Percentages of Color #c44edf

%39.44
%15.69
%44.87

CMYK Percentages of Color #c44edf

%12
%65
%0
%13

Triadic Colors of #c44edf

#c44edf #dfc44e #4edfc4

Analogous Colors of #c44edf

#c44edf #df4eb2 #7c4edf

Monochromatic Colors of #c44edf

#c44edf

Complementary Color

#c44edf #69df4e

#c44edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44edf Color CSS Codes

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

#c44edf Text Font Color

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

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


#c44edf Background Color

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

This div background color is #c44edf


#c44edf Border Color

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

This div border color is #c44edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44edf


Comments

No comments written yet.

Please login to write comment.