Color Hex Logo

#c44edb Color Hex

#C44EDB
(196,78,219)
0 Favorites   0 Comments

Color spaces of #c44edb

RGB 19678219
HSL0.810.660.58
HSV290°64°86°
CMYK 0.110.640.00   0.14
XYZ38.275522.299069.3046
Yxy22.29900.29470.1717
Hunter Lab47.221862.0445-53.9611
CIE-Lab54.342866.0286-50.7598

#c44edb color RGB value is (196,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 11011011
Octal 304 116 333
Decimal 196 78 219
Hex C4 4E DB

RGB Percentages of Color #c44edb

%39.76
%15.82
%44.42

CMYK Percentages of Color #c44edb

%11
%64
%0
%14

Triadic Colors of #c44edb

#c44edb #dbc44e #4edbc4

Analogous Colors of #c44edb

#c44edb #db4eac #7e4edb

Monochromatic Colors of #c44edb

#c44edb

Complementary Color

#c44edb #65db4e

#c44edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44edb Color CSS Codes

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

#c44edb Text Font Color

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

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


#c44edb Background Color

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

This div background color is #c44edb


#c44edb Border Color

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

This div border color is #c44edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44edb


Comments

No comments written yet.

Please login to write comment.