Color Hex Logo

#f06891 Color Hex

#F06891
(240,104,145)
0 Favorites   0 Comments

Color spaces of #f06891

RGB 240104145
HSL0.950.820.67
HSV342°57°94°
CMYK 0.000.570.40   0.06
XYZ45.996330.470230.2451
Yxy30.47020.43100.2855
Hunter Lab55.199852.13886.1537
CIE-Lab62.057856.09684.0871

#f06891 color RGB value is (240,104,145).

#f06891 hex color red value is 240, green value is 104 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f06891 hue: 0.95 , saturation: 0.82 and the lightness value of f06891 is 0.67.

The process color (four color CMYK) of #f06891 color hex is 0.00, 0.57, 0.40, 0.06. Web safe color of #f06891 is #ff6699. Color #f06891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 10010001
Octal 360 150 221
Decimal 240 104 145
Hex F0 68 91

RGB Percentages of Color #f06891

%49.08
%21.27
%29.65

CMYK Percentages of Color #f06891

%0
%57
%40
%6

Triadic Colors of #f06891

#f06891 #91f068 #6891f0

Analogous Colors of #f06891

#f06891 #f08368 #f068d5

Monochromatic Colors of #f06891

#f06891

Complementary Color

#f06891 #68f0c7

#f06891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06891 Color CSS Codes

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

#f06891 Text Font Color

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

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


#f06891 Background Color

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

This div background color is #f06891


#f06891 Border Color

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

This div border color is #f06891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06891


Comments

No comments written yet.

Please login to write comment.