color codes Logo

#fe528f color codes

#FE528F
(254,82,143)
0 Favorites   0 Comments

Color spaces of #fe528f

RGB 25482143
HSL0.940.990.66
HSV339°68°100°
CMYK 0.000.680.44   0.00
XYZ48.848329.088629.0267
Yxy29.08860.45670.2719
Hunter Lab53.933867.28465.8444
CIE-Lab60.859769.21223.7978

#fe528f color RGB value is (254,82,143).

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

The process color (four color CMYK) of #fe528f color code is 0.00, 0.68, 0.44, 0.00. Web safe color of #fe528f is #ff6699. Color #fe528f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 10001111
Octal 376 122 217
Decimal 254 82 143
Hex FE 52 8F

RGB Percentages of Color #fe528f

%53.03
%17.12
%29.85

CMYK Percentages of Color #fe528f

%0
%68
%44
%0

Triadic Colors of #fe528f

#fe528f #8ffe52 #528ffe

Analogous Colors of #fe528f

#fe528f #fe6b52 #fe52e5

Monochromatic Colors of #fe528f

#fe528f

Complementary Color

#fe528f #52fec1

#fe528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe528f Color CSS Codes

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

#fe528f Text Font Color

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

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


#fe528f Background Color

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

This div background color is #fe528f


#fe528f Border Color

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

This div border color is #fe528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe528f

Related Colors


Comments

No comments written yet.

Please login to write comment.