Color Hex Logo

#c74eff Color Hex

#C74EFF
(199,78,255)
0 Favorites   0 Comments

Color spaces of #c74eff

RGB 19978255
HSL0.781.000.65
HSV281°69°100°
CMYK 0.220.690.00   0.00
XYZ44.327624.810997.0604
Yxy24.81090.26670.1493
Hunter Lab49.810571.6830-80.6646
CIE-Lab56.890773.5631-66.8086

#c74eff color RGB value is (199,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 11111111
Octal 307 116 377
Decimal 199 78 255
Hex C7 4E FF

RGB Percentages of Color #c74eff

%37.41
%14.66
%47.93

CMYK Percentages of Color #c74eff

%22
%69
%0
%0

Triadic Colors of #c74eff

#c74eff #ffc74e #4effc7

Analogous Colors of #c74eff

#c74eff #ff4edf #6f4eff

Monochromatic Colors of #c74eff

#c74eff

Complementary Color

#c74eff #86ff4e

#c74eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74eff Color CSS Codes

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

#c74eff Text Font Color

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

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


#c74eff Background Color

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

This div background color is #c74eff


#c74eff Border Color

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

This div border color is #c74eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c74eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74eff


Comments

No comments written yet.

Please login to write comment.