Color Hex Logo

#c44cfe Color Hex

#C44CFE
(196,76,254)
0 Favorites   0 Comments

Color spaces of #c44cfe

RGB 19676254
HSL0.780.990.65
HSV280°70°100°
CMYK 0.230.700.00   0.00
XYZ43.238824.060496.1311
Yxy24.06040.26460.1472
Hunter Lab49.051471.5078-81.8608
CIE-Lab56.148273.5624-67.4725

#c44cfe color RGB value is (196,76,254).

#c44cfe hex color red value is 196, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c44cfe hue: 0.78 , saturation: 0.99 and the lightness value of c44cfe is 0.65.

The process color (four color CMYK) of #c44cfe color hex is 0.23, 0.70, 0.00, 0.00. Web safe color of #c44cfe is #cc33ff. Color #c44cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001100 11111110
Octal 304 114 376
Decimal 196 76 254
Hex C4 4C FE

RGB Percentages of Color #c44cfe

%37.26
%14.45
%48.29

CMYK Percentages of Color #c44cfe

%23
%70
%0
%0

Triadic Colors of #c44cfe

#c44cfe #fec44c #4cfec4

Analogous Colors of #c44cfe

#c44cfe #fe4cdf #6b4cfe

Monochromatic Colors of #c44cfe

#c44cfe

Complementary Color

#c44cfe #86fe4c

#c44cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44cfe Color CSS Codes

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

#c44cfe Text Font Color

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

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


#c44cfe Background Color

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

This div background color is #c44cfe


#c44cfe Border Color

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

This div border color is #c44cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44cfe


Comments

No comments written yet.

Please login to write comment.