Color Hex Logo

#c44eff Color Hex

#C44EFF
(196,78,255)
0 Favorites   0 Comments

Color spaces of #c44eff

RGB 19678255
HSL0.781.000.65
HSV280°69°100°
CMYK 0.230.690.00   0.00
XYZ43.539324.404597.0235
Yxy24.40450.26390.1479
Hunter Lab49.400970.8687-81.8651
CIE-Lab56.490572.9757-67.4742

#c44eff color RGB value is (196,78,255).

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

The process color (four color CMYK) of #c44eff color hex is 0.23, 0.69, 0.00, 0.00. Web safe color of #c44eff is #cc66ff. Color #c44eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001110 11111111
Octal 304 116 377
Decimal 196 78 255
Hex C4 4E FF

RGB Percentages of Color #c44eff

%37.05
%14.74
%48.20

CMYK Percentages of Color #c44eff

%23
%69
%0
%0

Triadic Colors of #c44eff

#c44eff #ffc44e #4effc4

Analogous Colors of #c44eff

#c44eff #ff4ee2 #6c4eff

Monochromatic Colors of #c44eff

#c44eff

Complementary Color

#c44eff #89ff4e

#c44eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44eff Color CSS Codes

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

#c44eff Text Font Color

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

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


#c44eff Background Color

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

This div background color is #c44eff


#c44eff Border Color

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

This div border color is #c44eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44eff

Related Colors


Comments

No comments written yet.

Please login to write comment.