Color Hex Logo

#fe238a Color Hex

#FE238A
(254,35,138)
0 Favorites   0 Comments

Color spaces of #fe238a

RGB 25435138
HSL0.920.990.57
HSV332°86°100°
CMYK 0.000.860.46   0.00
XYZ46.061524.107926.2703
Yxy24.10790.47760.2500
Hunter Lab49.099881.52982.6474
CIE-Lab56.195781.5501-0.0330

#fe238a color RGB value is (254,35,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100011 10001010
Octal 376 43 212
Decimal 254 35 138
Hex FE 23 8A

RGB Percentages of Color #fe238a

%59.48
%8.20
%32.32

CMYK Percentages of Color #fe238a

%0
%86
%46
%0

Triadic Colors of #fe238a

#fe238a #8afe23 #238afe

Analogous Colors of #fe238a

#fe238a #fe2923 #fe23f8

Monochromatic Colors of #fe238a

#fe238a

Complementary Color

#fe238a #23fe97

#fe238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe238a Color CSS Codes

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

#fe238a Text Font Color

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

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


#fe238a Background Color

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

This div background color is #fe238a


#fe238a Border Color

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

This div border color is #fe238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe238a


Comments

No comments written yet.

Please login to write comment.