Color Hex Logo

#fe3467 Color Hex

#FE3467
(254,52,103)
0 Favorites   0 Comments

Color spaces of #fe3467

RGB 25452103
HSL0.960.990.60
HSV345°80°100°
CMYK 0.000.800.59   0.00
XYZ44.549224.506115.2141
Yxy24.50610.52870.2908
Hunter Lab49.503674.004016.4308
CIE-Lab56.591075.500021.3741

#fe3467 color RGB value is (254,52,103).

#fe3467 hex color red value is 254, green value is 52 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fe3467 hue: 0.96 , saturation: 0.99 and the lightness value of fe3467 is 0.60.

The process color (four color CMYK) of #fe3467 color hex is 0.00, 0.80, 0.59, 0.00. Web safe color of #fe3467 is #ff3366. Color #fe3467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01100111
Octal 376 64 147
Decimal 254 52 103
Hex FE 34 67

RGB Percentages of Color #fe3467

%62.10
%12.71
%25.18

CMYK Percentages of Color #fe3467

%0
%80
%59
%0

Triadic Colors of #fe3467

#fe3467 #67fe34 #3467fe

Analogous Colors of #fe3467

#fe3467 #fe6634 #fe34cc

Monochromatic Colors of #fe3467

#fe3467

Complementary Color

#fe3467 #34fecb

#fe3467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3467 Color CSS Codes

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

#fe3467 Text Font Color

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

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


#fe3467 Background Color

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

This div background color is #fe3467


#fe3467 Border Color

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

This div border color is #fe3467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3467

Related Colors


Comments

No comments written yet.

Please login to write comment.