Color Hex Logo

#f05deb Color Hex

#F05DEB
(240,93,235)
0 Favorites   0 Comments

Color spaces of #f05deb

RGB 24093235
HSL0.840.830.65
HSV302°61°94°
CMYK 0.000.610.02   0.06
XYZ54.844932.352181.9512
Yxy32.35210.32420.1913
Hunter Lab56.878972.5787-45.6099
CIE-Lab63.632873.0195-44.6281

#f05deb color RGB value is (240,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011101 11101011
Octal 360 135 353
Decimal 240 93 235
Hex F0 5D EB

RGB Percentages of Color #f05deb

%42.25
%16.37
%41.37

CMYK Percentages of Color #f05deb

%0
%61
%2
%6

Triadic Colors of #f05deb

#f05deb #ebf05d #5debf0

Analogous Colors of #f05deb

#f05deb #f05da2 #ac5df0

Monochromatic Colors of #f05deb

#f05deb

Complementary Color

#f05deb #5df062

#f05deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05deb Color CSS Codes

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

#f05deb Text Font Color

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

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


#f05deb Background Color

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

This div background color is #f05deb


#f05deb Border Color

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

This div border color is #f05deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05deb


Comments

No comments written yet.

Please login to write comment.