Color Hex Logo

#c900fd Color Hex

#C900FD
(201,0,253)
0 Favorites   0 Comments

Color spaces of #c900fd

RGB 2010253
HSL0.801.000.50
HSV288°100°99°
CMYK 0.211.000.00   0.01
XYZ41.817019.509494.4902
Yxy19.50940.26840.1252
Hunter Lab44.169491.6966-95.9185
CIE-Lab51.277990.2930-74.7716

#c900fd color RGB value is (201,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 11111101
Octal 311 0 375
Decimal 201 0 253
Hex C9 0 FD

RGB Percentages of Color #c900fd

%44.27
%0.00
%55.73

CMYK Percentages of Color #c900fd

%21
%100
%0
%1

Triadic Colors of #c900fd

#c900fd #fdc900 #00fdc9

Analogous Colors of #c900fd

#c900fd #fd00b3 #4b00fd

Monochromatic Colors of #c900fd

#c900fd

Complementary Color

#c900fd #34fd00

#c900fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c900fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c900fd Color CSS Codes

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

#c900fd Text Font Color

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

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


#c900fd Background Color

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

This div background color is #c900fd


#c900fd Border Color

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

This div border color is #c900fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c900fd

Related Colors


Comments

No comments written yet.

Please login to write comment.