Color Hex Logo

#c440cf Color Hex

#C440CF
(196,64,207)
0 Favorites   0 Comments

Color spaces of #c440cf

RGB 19664207
HSL0.820.600.53
HSV295°69°81°
CMYK 0.050.690.00   0.19
XYZ35.860819.907560.9839
Yxy19.90750.30720.1705
Hunter Lab44.617865.3851-49.8054
CIE-Lab51.732569.3463-48.0798

#c440cf color RGB value is (196,64,207).

#c440cf hex color red value is 196, green value is 64 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c440cf hue: 0.82 , saturation: 0.60 and the lightness value of c440cf is 0.53.

The process color (four color CMYK) of #c440cf color hex is 0.05, 0.69, 0.00, 0.19. Web safe color of #c440cf is #cc33cc. Color #c440cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 11001111
Octal 304 100 317
Decimal 196 64 207
Hex C4 40 CF

RGB Percentages of Color #c440cf

%41.97
%13.70
%44.33

CMYK Percentages of Color #c440cf

%5
%69
%0
%19

Triadic Colors of #c440cf

#c440cf #cfc440 #40cfc4

Analogous Colors of #c440cf

#c440cf #cf4093 #7d40cf

Monochromatic Colors of #c440cf

#c440cf

Complementary Color

#c440cf #4bcf40

#c440cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c440cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c440cf Color CSS Codes

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

#c440cf Text Font Color

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

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


#c440cf Background Color

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

This div background color is #c440cf


#c440cf Border Color

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

This div border color is #c440cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c440cf


Comments

No comments written yet.

Please login to write comment.