Color Hex Logo

#fe55ca Color Hex

#FE55CA
(254,85,202)
0 Favorites   0 Comments

Color spaces of #fe55ca

RGB 25485202
HSL0.880.990.66
HSV318°67°100°
CMYK 0.000.670.20   0.00
XYZ54.782231.832159.1340
Yxy31.83210.37590.2184
Hunter Lab56.419974.5836-22.6482
CIE-Lab63.203974.7097-26.6174

#fe55ca color RGB value is (254,85,202).

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

The process color (four color CMYK) of #fe55ca color hex is 0.00, 0.67, 0.20, 0.00. Web safe color of #fe55ca is #ff66cc. Color #fe55ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 11001010
Octal 376 125 312
Decimal 254 85 202
Hex FE 55 CA

RGB Percentages of Color #fe55ca

%46.95
%15.71
%37.34

CMYK Percentages of Color #fe55ca

%0
%67
%20
%0

Triadic Colors of #fe55ca

#fe55ca #cafe55 #55cafe

Analogous Colors of #fe55ca

#fe55ca #fe5576 #de55fe

Monochromatic Colors of #fe55ca

#fe55ca

Complementary Color

#fe55ca #55fe89

#fe55ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55ca Color CSS Codes

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

#fe55ca Text Font Color

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

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


#fe55ca Background Color

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

This div background color is #fe55ca


#fe55ca Border Color

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

This div border color is #fe55ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55ca


Comments

No comments written yet.

Please login to write comment.