Color Hex Logo

#c84eff Color Hex

#C84EFF
(200,78,255)
0 Favorites   0 Comments

Color spaces of #c84eff

RGB 20078255
HSL0.781.000.65
HSV281°69°100°
CMYK 0.220.690.00   0.00
XYZ44.593824.948197.0729
Yxy24.94810.26760.1497
Hunter Lab49.948171.9562-80.2651
CIE-Lab57.024873.7596-66.5856

#c84eff color RGB value is (200,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001110 11111111
Octal 310 116 377
Decimal 200 78 255
Hex C8 4E FF

RGB Percentages of Color #c84eff

%37.52
%14.63
%47.84

CMYK Percentages of Color #c84eff

%22
%69
%0
%0

Triadic Colors of #c84eff

#c84eff #ffc84e #4effc8

Analogous Colors of #c84eff

#c84eff #ff4ede #704eff

Monochromatic Colors of #c84eff

#c84eff

Complementary Color

#c84eff #85ff4e

#c84eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84eff Color CSS Codes

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

#c84eff Text Font Color

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

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


#c84eff Background Color

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

This div background color is #c84eff


#c84eff Border Color

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

This div border color is #c84eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84eff


Comments

No comments written yet.

Please login to write comment.