Color Hex Logo

#f06ebc Color Hex

#F06EBC
(240,110,188)
0 Favorites   0 Comments

Color spaces of #f06ebc

RGB 240110188
HSL0.900.810.69
HSV324°54°94°
CMYK 0.000.540.22   0.06
XYZ50.588233.308051.3397
Yxy33.30800.37410.2463
Hunter Lab57.713155.4657-12.3433
CIE-Lab64.409558.6111-17.0291

#f06ebc color RGB value is (240,110,188).

#f06ebc hex color red value is 240, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f06ebc hue: 0.90 , saturation: 0.81 and the lightness value of f06ebc is 0.69.

The process color (four color CMYK) of #f06ebc color hex is 0.00, 0.54, 0.22, 0.06. Web safe color of #f06ebc is #ff66cc. Color #f06ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101110 10111100
Octal 360 156 274
Decimal 240 110 188
Hex F0 6E BC

RGB Percentages of Color #f06ebc

%44.61
%20.45
%34.94

CMYK Percentages of Color #f06ebc

%0
%54
%22
%6

Triadic Colors of #f06ebc

#f06ebc #bcf06e #6ebcf0

Analogous Colors of #f06ebc

#f06ebc #f06e7b #e36ef0

Monochromatic Colors of #f06ebc

#f06ebc

Complementary Color

#f06ebc #6ef0a2

#f06ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06ebc Color CSS Codes

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

#f06ebc Text Font Color

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

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


#f06ebc Background Color

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

This div background color is #f06ebc


#f06ebc Border Color

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

This div border color is #f06ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06ebc


Comments

No comments written yet.

Please login to write comment.