Color Hex Logo

#fe306a Color Hex

#FE306A
(254,48,106)
0 Favorites   0 Comments

Color spaces of #fe306a

RGB 25448106
HSL0.950.990.59
HSV343°81°100°
CMYK 0.000.810.58   0.00
XYZ44.531524.225315.9646
Yxy24.22530.52560.2859
Hunter Lab49.219275.365815.2223
CIE-Lab56.312776.648219.2150

#fe306a color RGB value is (254,48,106).

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

The process color (four color CMYK) of #fe306a color hex is 0.00, 0.81, 0.58, 0.00. Web safe color of #fe306a is #ff3366. Color #fe306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 01101010
Octal 376 60 152
Decimal 254 48 106
Hex FE 30 6A

RGB Percentages of Color #fe306a

%62.25
%11.76
%25.98

CMYK Percentages of Color #fe306a

%0
%81
%58
%0

Triadic Colors of #fe306a

#fe306a #6afe30 #306afe

Analogous Colors of #fe306a

#fe306a #fe5d30 #fe30d1

Monochromatic Colors of #fe306a

#fe306a

Complementary Color

#fe306a #30fec4

#fe306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe306a Color CSS Codes

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

#fe306a Text Font Color

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

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


#fe306a Background Color

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

This div background color is #fe306a


#fe306a Border Color

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

This div border color is #fe306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe306a


Comments

No comments written yet.

Please login to write comment.