Color Hex Logo

#c440de Color Hex

#C440DE
(196,64,222)
0 Favorites   0 Comments

Color spaces of #c440de

RGB 19664222
HSL0.810.710.56
HSV290°71°87°
CMYK 0.120.710.00   0.13
XYZ37.783220.676571.1068
Yxy20.67650.29160.1596
Hunter Lab45.471468.7446-60.8859
CIE-Lab52.593671.9785-55.2541

#c440de color RGB value is (196,64,222).

#c440de hex color red value is 196, green value is 64 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c440de hue: 0.81 , saturation: 0.71 and the lightness value of c440de is 0.56.

The process color (four color CMYK) of #c440de color hex is 0.12, 0.71, 0.00, 0.13. Web safe color of #c440de is #cc33cc. Color #c440de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 11011110
Octal 304 100 336
Decimal 196 64 222
Hex C4 40 DE

RGB Percentages of Color #c440de

%40.66
%13.28
%46.06

CMYK Percentages of Color #c440de

%12
%71
%0
%13

Triadic Colors of #c440de

#c440de #dec440 #40dec4

Analogous Colors of #c440de

#c440de #de40a9 #7540de

Monochromatic Colors of #c440de

#c440de

Complementary Color

#c440de #5ade40

#c440de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c440de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c440de Color CSS Codes

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

#c440de Text Font Color

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

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


#c440de Background Color

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

This div background color is #c440de


#c440de Border Color

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

This div border color is #c440de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c440de


Comments

No comments written yet.

Please login to write comment.