Color Hex Logo

#c900fa Color Hex

#C900FA
(201,0,250)
0 Favorites   0 Comments

Color spaces of #c900fa

RGB 2010250
HSL0.801.000.49
HSV288°100°98°
CMYK 0.201.000.00   0.02
XYZ41.342719.319691.9925
Yxy19.31960.27080.1266
Hunter Lab43.954190.9755-93.3216
CIE-Lab51.059089.7932-73.4531

#c900fa color RGB value is (201,0,250).

#c900fa hex color red value is 201, green value is 0 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c900fa hue: 0.80 , saturation: 1.00 and the lightness value of c900fa is 0.49.

The process color (four color CMYK) of #c900fa color hex is 0.20, 1.00, 0.00, 0.02. Web safe color of #c900fa is #cc00ff. Color #c900fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 11111010
Octal 311 0 372
Decimal 201 0 250
Hex C9 0 FA

RGB Percentages of Color #c900fa

%44.57
%0.00
%55.43

CMYK Percentages of Color #c900fa

%20
%100
%0
%2

Triadic Colors of #c900fa

#c900fa #fac900 #00fac9

Analogous Colors of #c900fa

#c900fa #fa00ae #4c00fa

Monochromatic Colors of #c900fa

#c900fa

Complementary Color

#c900fa #31fa00

#c900fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900fa Color CSS Codes

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

#c900fa Text Font Color

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

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


#c900fa Background Color

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

This div background color is #c900fa


#c900fa Border Color

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

This div border color is #c900fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,0,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c900fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c900fa;
  -webkit-box-shadow: 1px 1px 3px 2px #c900fa;
  box-shadow:         1px 1px 3px 2px #c900fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,0,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900fa

Related Colors


Comments

No comments written yet.

Please login to write comment.