Color Hex Logo

#fe33be Color Hex

#FE33BE
(254,51,190)
0 Favorites   0 Comments

Color spaces of #fe33be

RGB 25451190
HSL0.890.990.60
HSV319°80°100°
CMYK 0.000.800.25   0.00
XYZ51.351127.156251.2504
Yxy27.15620.39570.2093
Hunter Lab52.111684.6997-21.8320
CIE-Lab59.118683.4434-26.0610

#fe33be color RGB value is (254,51,190).

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

The process color (four color CMYK) of #fe33be color hex is 0.00, 0.80, 0.25, 0.00. Web safe color of #fe33be is #ff33cc. Color #fe33be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 10111110
Octal 376 63 276
Decimal 254 51 190
Hex FE 33 BE

RGB Percentages of Color #fe33be

%51.31
%10.30
%38.38

CMYK Percentages of Color #fe33be

%0
%80
%25
%0

Triadic Colors of #fe33be

#fe33be #befe33 #33befe

Analogous Colors of #fe33be

#fe33be #fe3358 #d933fe

Monochromatic Colors of #fe33be

#fe33be

Complementary Color

#fe33be #33fe73

#fe33be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe33be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe33be Color CSS Codes

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

#fe33be Text Font Color

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

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


#fe33be Background Color

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

This div background color is #fe33be


#fe33be Border Color

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

This div border color is #fe33be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe33be


Comments

No comments written yet.

Please login to write comment.