Color Hex Logo

#fe2188 Color Hex

#FE2188
(254,33,136)
0 Favorites   0 Comments

Color spaces of #fe2188

RGB 25433136
HSL0.920.990.56
HSV332°87°100°
CMYK 0.000.870.46   0.00
XYZ45.860823.936125.4955
Yxy23.93610.48130.2512
Hunter Lab48.924581.70413.3500
CIE-Lab56.023881.71980.9069

#fe2188 color RGB value is (254,33,136).

#fe2188 hex color red value is 254, green value is 33 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fe2188 hue: 0.92 , saturation: 0.99 and the lightness value of fe2188 is 0.56.

The process color (four color CMYK) of #fe2188 color hex is 0.00, 0.87, 0.46, 0.00. Web safe color of #fe2188 is #ff3399. Color #fe2188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 10001000
Octal 376 41 210
Decimal 254 33 136
Hex FE 21 88

RGB Percentages of Color #fe2188

%60.05
%7.80
%32.15

CMYK Percentages of Color #fe2188

%0
%87
%46
%0

Triadic Colors of #fe2188

#fe2188 #88fe21 #2188fe

Analogous Colors of #fe2188

#fe2188 #fe2821 #fe21f7

Monochromatic Colors of #fe2188

#fe2188

Complementary Color

#fe2188 #21fe97

#fe2188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2188 Color CSS Codes

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

#fe2188 Text Font Color

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

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


#fe2188 Background Color

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

This div background color is #fe2188


#fe2188 Border Color

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

This div border color is #fe2188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2188


Comments

No comments written yet.

Please login to write comment.