Color Hex Logo

#fe00ca Color Hex

#FE00CA
(254,0,202)
0 Favorites   0 Comments

Color spaces of #fe00ca

RGB 2540202
HSL0.871.000.50
HSV312°100°100°
CMYK 0.001.000.20   0.00
XYZ51.533725.335158.0511
Yxy25.33510.38200.1878
Hunter Lab50.334094.6701-33.1464
CIE-Lab57.400591.3314-35.6210

#fe00ca color RGB value is (254,0,202).

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

The process color (four color CMYK) of #fe00ca color hex is 0.00, 1.00, 0.20, 0.00. Web safe color of #fe00ca is #ff00cc. Color #fe00ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 11001010
Octal 376 0 312
Decimal 254 0 202
Hex FE 0 CA

RGB Percentages of Color #fe00ca

%55.70
%0.00
%44.30

CMYK Percentages of Color #fe00ca

%0
%100
%20
%0

Triadic Colors of #fe00ca

#fe00ca #cafe00 #00cafe

Analogous Colors of #fe00ca

#fe00ca #fe004b #b300fe

Monochromatic Colors of #fe00ca

#fe00ca

Complementary Color

#fe00ca #00fe34

#fe00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe00ca Color CSS Codes

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

#fe00ca Text Font Color

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

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


#fe00ca Background Color

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

This div background color is #fe00ca


#fe00ca Border Color

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

This div border color is #fe00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe00ca

Related Colors


Comments

No comments written yet.

Please login to write comment.