Color Hex Logo

#fe267b Color Hex

#FE267B
(254,38,123)
0 Favorites   0 Comments

Color spaces of #fe267b

RGB 25438123
HSL0.930.990.57
HSV336°85°100°
CMYK 0.000.850.52   0.00
XYZ45.141323.887120.9704
Yxy23.88710.50160.2654
Hunter Lab48.874479.33558.7727
CIE-Lab55.974679.87018.5949

#fe267b color RGB value is (254,38,123).

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

The process color (four color CMYK) of #fe267b color hex is 0.00, 0.85, 0.52, 0.00. Web safe color of #fe267b is #ff3366. Color #fe267b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 01111011
Octal 376 46 173
Decimal 254 38 123
Hex FE 26 7B

RGB Percentages of Color #fe267b

%61.20
%9.16
%29.64

CMYK Percentages of Color #fe267b

%0
%85
%52
%0

Triadic Colors of #fe267b

#fe267b #7bfe26 #267bfe

Analogous Colors of #fe267b

#fe267b #fe3d26 #fe26e7

Monochromatic Colors of #fe267b

#fe267b

Complementary Color

#fe267b #26fea9

#fe267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe267b Color CSS Codes

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

#fe267b Text Font Color

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

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


#fe267b Background Color

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

This div background color is #fe267b


#fe267b Border Color

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

This div border color is #fe267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe267b


Comments

No comments written yet.

Please login to write comment.