Color Hex Logo

#fd3eee Color Hex

#FD3EEE
(253,62,238)
0 Favorites   0 Comments

Color spaces of #fd3eee

RGB 25362238
HSL0.850.980.62
HSV305°75°99°
CMYK 0.000.750.06   0.01
XYZ57.663330.500983.7370
Yxy30.50090.33540.1774
Hunter Lab55.227689.7240-51.2371
CIE-Lab62.084086.7070-48.6105

#fd3eee color RGB value is (253,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111110 11101110
Octal 375 76 356
Decimal 253 62 238
Hex FD 3E EE

RGB Percentages of Color #fd3eee

%45.75
%11.21
%43.04

CMYK Percentages of Color #fd3eee

%0
%75
%6
%1

Triadic Colors of #fd3eee

#fd3eee #eefd3e #3eeefd

Analogous Colors of #fd3eee

#fd3eee #fd3e8f #ad3efd

Monochromatic Colors of #fd3eee

#fd3eee

Complementary Color

#fd3eee #3efd4d

#fd3eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3eee Color CSS Codes

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

#fd3eee Text Font Color

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

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


#fd3eee Background Color

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

This div background color is #fd3eee


#fd3eee Border Color

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

This div border color is #fd3eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,62,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 #fd3eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3eee


Comments

No comments written yet.

Please login to write comment.