Color Hex Logo

#fd1eee Color Hex

#FD1EEE
(253,30,238)
0 Favorites   0 Comments

Color spaces of #fd1eee

RGB 25330238
HSL0.840.980.55
HSV304°88°99°
CMYK 0.000.880.06   0.01
XYZ56.404927.984283.3175
Yxy27.98420.33630.1669
Hunter Lab52.900197.7510-56.3515
CIE-Lab59.874593.1292-52.1136

#fd1eee color RGB value is (253,30,238).

#fd1eee hex color red value is 253, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fd1eee hue: 0.84 , saturation: 0.98 and the lightness value of fd1eee is 0.55.

The process color (four color CMYK) of #fd1eee color hex is 0.00, 0.88, 0.06, 0.01. Web safe color of #fd1eee is #ff33ff. Color #fd1eee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011110 11101110
Octal 375 36 356
Decimal 253 30 238
Hex FD 1E EE

RGB Percentages of Color #fd1eee

%48.56
%5.76
%45.68

CMYK Percentages of Color #fd1eee

%0
%88
%6
%1

Triadic Colors of #fd1eee

#fd1eee #eefd1e #1eeefd

Analogous Colors of #fd1eee

#fd1eee #fd1e7f #9d1efd

Monochromatic Colors of #fd1eee

#fd1eee

Complementary Color

#fd1eee #1efd2d

#fd1eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1eee Color CSS Codes

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

#fd1eee Text Font Color

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

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


#fd1eee Background Color

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

This div background color is #fd1eee


#fd1eee Border Color

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

This div border color is #fd1eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,30,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd1eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd1eee;
  -webkit-box-shadow: 1px 1px 3px 2px #fd1eee;
  box-shadow:         1px 1px 3px 2px #fd1eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,30,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1eee

Related Colors


Comments

No comments written yet.

Please login to write comment.