Color Hex Logo

#f05ded Color Hex

#F05DED
(240,93,237)
0 Favorites   0 Comments

Color spaces of #f05ded

RGB 24093237
HSL0.840.830.65
HSV301°61°94°
CMYK 0.000.610.01   0.06
XYZ55.135632.468483.4818
Yxy32.46840.32230.1898
Hunter Lab56.981073.0021-46.9779
CIE-Lab63.728173.3428-45.5895

#f05ded color RGB value is (240,93,237).

#f05ded hex color red value is 240, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f05ded hue: 0.84 , saturation: 0.83 and the lightness value of f05ded is 0.65.

The process color (four color CMYK) of #f05ded color hex is 0.00, 0.61, 0.01, 0.06. Web safe color of #f05ded is #ff66ff. Color #f05ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011101 11101101
Octal 360 135 355
Decimal 240 93 237
Hex F0 5D ED

RGB Percentages of Color #f05ded

%42.11
%16.32
%41.58

CMYK Percentages of Color #f05ded

%0
%61
%1
%6

Triadic Colors of #f05ded

#f05ded #edf05d #5dedf0

Analogous Colors of #f05ded

#f05ded #f05da4 #aa5df0

Monochromatic Colors of #f05ded

#f05ded

Complementary Color

#f05ded #5df060

#f05ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05ded Color CSS Codes

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

#f05ded Text Font Color

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

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


#f05ded Background Color

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

This div background color is #f05ded


#f05ded Border Color

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

This div border color is #f05ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,93,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f05ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f05ded;
  -webkit-box-shadow: 1px 1px 3px 2px #f05ded;
  box-shadow:         1px 1px 3px 2px #f05ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,93,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05ded


Comments

No comments written yet.

Please login to write comment.