color codes Logo

#fe309d color codes

#FE309D
(254,48,157)
0 Favorites   0 Comments

Color spaces of #fe309d

RGB 25448157
HSL0.910.990.59
HSV328°81°100°
CMYK 0.000.810.38   0.00
XYZ48.015825.619134.3125
Yxy25.61910.44480.2373
Hunter Lab50.615380.7558-4.7624
CIE-Lab57.673780.6567-9.0772

#fe309d color RGB value is (254,48,157).

#fe309d hex color red value is 254, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fe309d hue: 0.91 , saturation: 0.99 and the lightness value of fe309d is 0.59.

The process color (four color CMYK) of #fe309d color code is 0.00, 0.81, 0.38, 0.00. Web safe color of #fe309d is #ff3399. Color #fe309d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 10011101
Octal 376 60 235
Decimal 254 48 157
Hex FE 30 9D

RGB Percentages of Color #fe309d

%55.34
%10.46
%34.20

CMYK Percentages of Color #fe309d

%0
%81
%38
%0

Triadic Colors of #fe309d

#fe309d #9dfe30 #309dfe

Analogous Colors of #fe309d

#fe309d #fe3036 #f830fe

Monochromatic Colors of #fe309d

#fe309d

Complementary Color

#fe309d #30fe91

#fe309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe309d Color CSS Codes

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

#fe309d Text Font Color

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

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


#fe309d Background Color

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

This div background color is #fe309d


#fe309d Border Color

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

This div border color is #fe309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe309d


Comments

No comments written yet.

Please login to write comment.