Color Hex Logo

#f05ece Color Hex

#F05ECE
(240,94,206)
0 Favorites   0 Comments

Color spaces of #f05ece

RGB 24094206
HSL0.870.830.65
HSV314°61°94°
CMYK 0.000.610.14   0.06
XYZ51.078530.986961.6815
Yxy30.98690.35530.2156
Hunter Lab55.665966.3747-26.7312
CIE-Lab62.496668.1615-30.1472

#f05ece color RGB value is (240,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011110 11001110
Octal 360 136 316
Decimal 240 94 206
Hex F0 5E CE

RGB Percentages of Color #f05ece

%44.44
%17.41
%38.15

CMYK Percentages of Color #f05ece

%0
%61
%14
%6

Triadic Colors of #f05ece

#f05ece #cef05e #5ecef0

Analogous Colors of #f05ece

#f05ece #f05e85 #c95ef0

Monochromatic Colors of #f05ece

#f05ece

Complementary Color

#f05ece #5ef080

#f05ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05ece Color CSS Codes

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

#f05ece Text Font Color

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

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


#f05ece Background Color

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

This div background color is #f05ece


#f05ece Border Color

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

This div border color is #f05ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05ece


Comments

No comments written yet.

Please login to write comment.