Color Hex Logo

#c900ff Color Hex

#C900FF
(201,0,255)
4 Favorites   0 Comments

Color spaces of #c900ff

RGB 2010255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.211.000.00   0.00
XYZ42.137419.637596.1773
Yxy19.63750.26680.1243
Hunter Lab44.314292.1818-97.6600
CIE-Lab51.424990.6285-75.6469

#c900ff color RGB value is (201,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 11111111
Octal 311 0 377
Decimal 201 0 255
Hex C9 0 FF

RGB Percentages of Color #c900ff

%44.08
%0.00
%55.92

CMYK Percentages of Color #c900ff

%21
%100
%0
%0

Triadic Colors of #c900ff

#c900ff #ffc900 #00ffc9

Analogous Colors of #c900ff

#c900ff #ff00b6 #4900ff

Monochromatic Colors of #c900ff

#c900ff

Complementary Color

#c900ff #36ff00

#c900ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900ff Color CSS Codes

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

#c900ff Text Font Color

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

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


#c900ff Background Color

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

This div background color is #c900ff


#c900ff Border Color

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

This div border color is #c900ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900ff


Comments

No comments written yet.

Please login to write comment.