Color Hex Logo

#c44ded Color Hex

#C44DED
(196,77,237)
0 Favorites   0 Comments

Color spaces of #c44ded

RGB 19677237
HSL0.790.820.62
HSV285°68°93°
CMYK 0.170.680.00   0.07
XYZ40.704923.157982.4453
Yxy23.15790.27820.1583
Hunter Lab48.122766.7709-67.8917
CIE-Lab55.234669.8369-59.4727

#c44ded color RGB value is (196,77,237).

#c44ded hex color red value is 196, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c44ded hue: 0.79 , saturation: 0.82 and the lightness value of c44ded is 0.62.

The process color (four color CMYK) of #c44ded color hex is 0.17, 0.68, 0.00, 0.07. Web safe color of #c44ded is #cc66ff. Color #c44ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001101 11101101
Octal 304 115 355
Decimal 196 77 237
Hex C4 4D ED

RGB Percentages of Color #c44ded

%38.43
%15.10
%46.47

CMYK Percentages of Color #c44ded

%17
%68
%0
%7

Triadic Colors of #c44ded

#c44ded #edc44d #4dedc4

Analogous Colors of #c44ded

#c44ded #ed4dc6 #744ded

Monochromatic Colors of #c44ded

#c44ded

Complementary Color

#c44ded #76ed4d

#c44ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44ded Color CSS Codes

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

#c44ded Text Font Color

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

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


#c44ded Background Color

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

This div background color is #c44ded


#c44ded Border Color

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

This div border color is #c44ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44ded


Comments

No comments written yet.

Please login to write comment.