Color Hex Logo

#c44edc Color Hex

#C44EDC
(196,78,220)
0 Favorites   0 Comments

Color spaces of #c44edc

RGB 19678220
HSL0.810.670.58
HSV290°65°86°
CMYK 0.110.650.00   0.14
XYZ38.407622.351870.0002
Yxy22.35180.29370.1709
Hunter Lab47.277762.2744-54.6915
CIE-Lab54.398366.2138-51.2378

#c44edc color RGB value is (196,78,220).

#c44edc hex color red value is 196, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c44edc hue: 0.81 , saturation: 0.67 and the lightness value of c44edc is 0.58.

The process color (four color CMYK) of #c44edc color hex is 0.11, 0.65, 0.00, 0.14. Web safe color of #c44edc is #cc66cc. Color #c44edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 11011100
Octal 304 116 334
Decimal 196 78 220
Hex C4 4E DC

RGB Percentages of Color #c44edc

%39.68
%15.79
%44.53

CMYK Percentages of Color #c44edc

%11
%65
%0
%14

Triadic Colors of #c44edc

#c44edc #dcc44e #4edcc4

Analogous Colors of #c44edc

#c44edc #dc4ead #7d4edc

Monochromatic Colors of #c44edc

#c44edc

Complementary Color

#c44edc #66dc4e

#c44edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44edc Color CSS Codes

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

#c44edc Text Font Color

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

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


#c44edc Background Color

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

This div background color is #c44edc


#c44edc Border Color

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

This div border color is #c44edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44edc


Comments

No comments written yet.

Please login to write comment.