Color Hex Logo

#c904fe Color Hex

#C904FE
(201,4,254)
0 Favorites   0 Comments

Color spaces of #c904fe

RGB 2014254
HSL0.800.990.51
HSV287°98°100°
CMYK 0.210.980.00   0.00
XYZ42.020219.660195.3460
Yxy19.66010.26760.1252
Hunter Lab44.339791.5678-96.4566
CIE-Lab51.450790.1632-75.0479

#c904fe color RGB value is (201,4,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 11111110
Octal 311 4 376
Decimal 201 4 254
Hex C9 4 FE

RGB Percentages of Color #c904fe

%43.79
%0.87
%55.34

CMYK Percentages of Color #c904fe

%21
%98
%0
%0

Triadic Colors of #c904fe

#c904fe #fec904 #04fec9

Analogous Colors of #c904fe

#c904fe #fe04b6 #4c04fe

Monochromatic Colors of #c904fe

#c904fe

Complementary Color

#c904fe #39fe04

#c904fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c904fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c904fe Color CSS Codes

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

#c904fe Text Font Color

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

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


#c904fe Background Color

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

This div background color is #c904fe


#c904fe Border Color

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

This div border color is #c904fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c904fe

Related Colors


Comments

No comments written yet.

Please login to write comment.