Color Hex Logo

#c840fe Color Hex

#C840FE
(200,64,254)
0 Favorites   0 Comments

Color spaces of #c840fe

RGB 20064254
HSL0.790.990.62
HSV283°75°100°
CMYK 0.210.750.00   0.00
XYZ43.542223.101995.9301
Yxy23.10190.26780.1421
Hunter Lab48.064477.5927-84.6897
CIE-Lab55.177178.6454-69.0129

#c840fe color RGB value is (200,64,254).

#c840fe hex color red value is 200, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c840fe hue: 0.79 , saturation: 0.99 and the lightness value of c840fe is 0.62.

The process color (four color CMYK) of #c840fe color hex is 0.21, 0.75, 0.00, 0.00. Web safe color of #c840fe is #cc33ff. Color #c840fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 11111110
Octal 310 100 376
Decimal 200 64 254
Hex C8 40 FE

RGB Percentages of Color #c840fe

%38.61
%12.36
%49.03

CMYK Percentages of Color #c840fe

%21
%75
%0
%0

Triadic Colors of #c840fe

#c840fe #fec840 #40fec8

Analogous Colors of #c840fe

#c840fe #fe40d5 #6940fe

Monochromatic Colors of #c840fe

#c840fe

Complementary Color

#c840fe #76fe40

#c840fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840fe Color CSS Codes

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

#c840fe Text Font Color

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

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


#c840fe Background Color

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

This div background color is #c840fe


#c840fe Border Color

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

This div border color is #c840fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840fe

Related Colors


Comments

No comments written yet.

Please login to write comment.