Color Hex Logo

#f05edc Color Hex

#F05EDC
(240,94,220)
0 Favorites   0 Comments

Color spaces of #f05edc

RGB 24094220
HSL0.860.830.65
HSV308°61°94°
CMYK 0.000.610.08   0.06
XYZ52.856231.698071.0426
Yxy31.69800.33970.2037
Hunter Lab56.301069.0518-35.4036
CIE-Lab63.092570.2551-37.1004

#f05edc color RGB value is (240,94,220).

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

The process color (four color CMYK) of #f05edc color hex is 0.00, 0.61, 0.08, 0.06. Web safe color of #f05edc is #ff66cc. Color #f05edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011110 11011100
Octal 360 136 334
Decimal 240 94 220
Hex F0 5E DC

RGB Percentages of Color #f05edc

%43.32
%16.97
%39.71

CMYK Percentages of Color #f05edc

%0
%61
%8
%6

Triadic Colors of #f05edc

#f05edc #dcf05e #5edcf0

Analogous Colors of #f05edc

#f05edc #f05e93 #bb5ef0

Monochromatic Colors of #f05edc

#f05edc

Complementary Color

#f05edc #5ef072

#f05edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05edc Color CSS Codes

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

#f05edc Text Font Color

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

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


#f05edc Background Color

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

This div background color is #f05edc


#f05edc Border Color

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

This div border color is #f05edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05edc


Comments

No comments written yet.

Please login to write comment.