Color Hex Logo

#fe45ca Color Hex

#FE45CA
(254,69,202)
0 Favorites   0 Comments

Color spaces of #fe45ca

RGB 25469202
HSL0.880.990.63
HSV317°73°100°
CMYK 0.000.730.20   0.00
XYZ53.661829.591358.7605
Yxy29.59130.37790.2084
Hunter Lab54.397980.8883-25.9664
CIE-Lab61.300080.0599-29.5557

#fe45ca color RGB value is (254,69,202).

#fe45ca hex color red value is 254, green value is 69 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fe45ca hue: 0.88 , saturation: 0.99 and the lightness value of fe45ca is 0.63.

The process color (four color CMYK) of #fe45ca color hex is 0.00, 0.73, 0.20, 0.00. Web safe color of #fe45ca is #ff33cc. Color #fe45ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000101 11001010
Octal 376 105 312
Decimal 254 69 202
Hex FE 45 CA

RGB Percentages of Color #fe45ca

%48.38
%13.14
%38.48

CMYK Percentages of Color #fe45ca

%0
%73
%20
%0

Triadic Colors of #fe45ca

#fe45ca #cafe45 #45cafe

Analogous Colors of #fe45ca

#fe45ca #fe456e #d645fe

Monochromatic Colors of #fe45ca

#fe45ca

Complementary Color

#fe45ca #45fe79

#fe45ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe45ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe45ca Color CSS Codes

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

#fe45ca Text Font Color

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

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


#fe45ca Background Color

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

This div background color is #fe45ca


#fe45ca Border Color

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

This div border color is #fe45ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe45ca


Comments

No comments written yet.

Please login to write comment.