Color Hex Logo

#fe0bdf Color Hex

#FE0BDF
(254,11,223)
0 Favorites   0 Comments

Color spaces of #fe0bdf

RGB 25411223
HSL0.850.990.52
HSV308°96°100°
CMYK 0.000.960.12   0.00
XYZ54.312026.637972.0911
Yxy26.63790.35490.1741
Hunter Lab51.611997.5174-46.6874
CIE-Lab58.637793.1978-45.6304

#fe0bdf color RGB value is (254,11,223).

#fe0bdf hex color red value is 254, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fe0bdf hue: 0.85 , saturation: 0.99 and the lightness value of fe0bdf is 0.52.

The process color (four color CMYK) of #fe0bdf color hex is 0.00, 0.96, 0.12, 0.00. Web safe color of #fe0bdf is #ff00cc. Color #fe0bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001011 11011111
Octal 376 13 337
Decimal 254 11 223
Hex FE B DF

RGB Percentages of Color #fe0bdf

%52.05
%2.25
%45.70

CMYK Percentages of Color #fe0bdf

%0
%96
%12
%0

Triadic Colors of #fe0bdf

#fe0bdf #dffe0b #0bdffe

Analogous Colors of #fe0bdf

#fe0bdf #fe0b66 #a40bfe

Monochromatic Colors of #fe0bdf

#fe0bdf

Complementary Color

#fe0bdf #0bfe2a

#fe0bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0bdf Color CSS Codes

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

#fe0bdf Text Font Color

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

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


#fe0bdf Background Color

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

This div background color is #fe0bdf


#fe0bdf Border Color

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

This div border color is #fe0bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0bdf

Related Colors


Comments

No comments written yet.

Please login to write comment.