Color Hex Logo

#fe3285 Color Hex

#FE3285
(254,50,133)
0 Favorites   0 Comments

Color spaces of #fe3285

RGB 25450133
HSL0.930.990.60
HSV336°80°100°
CMYK 0.000.800.48   0.00
XYZ46.247325.045524.5871
Yxy25.04550.48230.2612
Hunter Lab50.045577.37325.9029
CIE-Lab57.119778.09444.2783

#fe3285 color RGB value is (254,50,133).

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

The process color (four color CMYK) of #fe3285 color hex is 0.00, 0.80, 0.48, 0.00. Web safe color of #fe3285 is #ff3399. Color #fe3285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 10000101
Octal 376 62 205
Decimal 254 50 133
Hex FE 32 85

RGB Percentages of Color #fe3285

%58.12
%11.44
%30.43

CMYK Percentages of Color #fe3285

%0
%80
%48
%0

Triadic Colors of #fe3285

#fe3285 #85fe32 #3285fe

Analogous Colors of #fe3285

#fe3285 #fe4532 #fe32eb

Monochromatic Colors of #fe3285

#fe3285

Complementary Color

#fe3285 #32feab

#fe3285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3285 Color CSS Codes

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

#fe3285 Text Font Color

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

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


#fe3285 Background Color

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

This div background color is #fe3285


#fe3285 Border Color

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

This div border color is #fe3285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3285


Comments

No comments written yet.

Please login to write comment.