Color Hex Logo

#c44ed8 Color Hex

#C44ED8
(196,78,216)
0 Favorites   0 Comments

Color spaces of #c44ed8

RGB 19678216
HSL0.810.640.58
HSV291°64°85°
CMYK 0.090.640.00   0.15
XYZ37.884022.142467.2430
Yxy22.14240.29770.1740
Hunter Lab47.055761.3608-51.7869
CIE-Lab54.177865.4768-49.3212

#c44ed8 color RGB value is (196,78,216).

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

The process color (four color CMYK) of #c44ed8 color hex is 0.09, 0.64, 0.00, 0.15. Web safe color of #c44ed8 is #cc66cc. Color #c44ed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 11011000
Octal 304 116 330
Decimal 196 78 216
Hex C4 4E D8

RGB Percentages of Color #c44ed8

%40.00
%15.92
%44.08

CMYK Percentages of Color #c44ed8

%9
%64
%0
%15

Triadic Colors of #c44ed8

#c44ed8 #d8c44e #4ed8c4

Analogous Colors of #c44ed8

#c44ed8 #d84ea7 #7f4ed8

Monochromatic Colors of #c44ed8

#c44ed8

Complementary Color

#c44ed8 #62d84e

#c44ed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44ed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44ed8 Color CSS Codes

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

#c44ed8 Text Font Color

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

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


#c44ed8 Background Color

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

This div background color is #c44ed8


#c44ed8 Border Color

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

This div border color is #c44ed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44ed8


Comments

No comments written yet.

Please login to write comment.