Color Hex Logo

#fd069e Color Hex

#FD069E
(253,6,158)
0 Favorites   0 Comments

Color spaces of #fd069e

RGB 2536158
HSL0.900.980.51
HSV323°98°99°
CMYK 0.000.980.38   0.01
XYZ46.744723.481534.4164
Yxy23.48150.44670.2244
Hunter Lab48.457787.3889-8.1895
CIE-Lab55.564986.2012-12.8503

#fd069e color RGB value is (253,6,158).

#fd069e hex color red value is 253, green value is 6 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd069e hue: 0.90 , saturation: 0.98 and the lightness value of fd069e is 0.51.

The process color (four color CMYK) of #fd069e color hex is 0.00, 0.98, 0.38, 0.01. Web safe color of #fd069e is #ff0099. Color #fd069e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000110 10011110
Octal 375 6 236
Decimal 253 6 158
Hex FD 6 9E

RGB Percentages of Color #fd069e

%60.67
%1.44
%37.89

CMYK Percentages of Color #fd069e

%0
%98
%38
%1

Triadic Colors of #fd069e

#fd069e #9efd06 #069efd

Analogous Colors of #fd069e

#fd069e #fd0622 #e106fd

Monochromatic Colors of #fd069e

#fd069e

Complementary Color

#fd069e #06fd65

#fd069e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd069e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd069e Color CSS Codes

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

#fd069e Text Font Color

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

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


#fd069e Background Color

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

This div background color is #fd069e


#fd069e Border Color

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

This div border color is #fd069e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd069e


Comments

No comments written yet.

Please login to write comment.