Color Hex Logo

#c80ffe Color Hex

#C80FFE
(200,15,254)
0 Favorites   0 Comments

Color spaces of #c80ffe

RGB 20015254
HSL0.800.990.53
HSV286°94°100°
CMYK 0.210.940.00   0.00
XYZ41.879619.776895.3759
Yxy19.77680.26670.1259
Hunter Lab44.471190.2736-96.0278
CIE-Lab51.583989.1638-74.8382

#c80ffe color RGB value is (200,15,254).

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

The process color (four color CMYK) of #c80ffe color hex is 0.21, 0.94, 0.00, 0.00. Web safe color of #c80ffe is #cc00ff. Color #c80ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001111 11111110
Octal 310 17 376
Decimal 200 15 254
Hex C8 F FE

RGB Percentages of Color #c80ffe

%42.64
%3.20
%54.16

CMYK Percentages of Color #c80ffe

%21
%94
%0
%0

Triadic Colors of #c80ffe

#c80ffe #fec80f #0ffec8

Analogous Colors of #c80ffe

#c80ffe #fe0fbd #500ffe

Monochromatic Colors of #c80ffe

#c80ffe

Complementary Color

#c80ffe #45fe0f

#c80ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ffe Color CSS Codes

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

#c80ffe Text Font Color

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

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


#c80ffe Background Color

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

This div background color is #c80ffe


#c80ffe Border Color

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

This div border color is #c80ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.