Color Hex Logo

#f093cf Color Hex

#F093CF
(240,147,207)
0 Favorites   0 Comments

Color spaces of #f093cf

RGB 240147207
HSL0.890.760.76
HSV321°39°94°
CMYK 0.000.390.14   0.06
XYZ57.631443.897764.4671
Yxy43.89770.34720.2645
Hunter Lab66.255339.3192-11.3110
CIE-Lab72.160143.1977-15.9406

#f093cf color RGB value is (240,147,207).

#f093cf hex color red value is 240, green value is 147 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f093cf hue: 0.89 , saturation: 0.76 and the lightness value of f093cf is 0.76.

The process color (four color CMYK) of #f093cf color hex is 0.00, 0.39, 0.14, 0.06. Web safe color of #f093cf is #ff99cc. Color #f093cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 11001111
Octal 360 223 317
Decimal 240 147 207
Hex F0 93 CF

RGB Percentages of Color #f093cf

%40.40
%24.75
%34.85

CMYK Percentages of Color #f093cf

%0
%39
%14
%6

Triadic Colors of #f093cf

#f093cf #cff093 #93cff0

Analogous Colors of #f093cf

#f093cf #f093a1 #e393f0

Monochromatic Colors of #f093cf

#f093cf

Complementary Color

#f093cf #93f0b4

#f093cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f093cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f093cf Color CSS Codes

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

#f093cf Text Font Color

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

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


#f093cf Background Color

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

This div background color is #f093cf


#f093cf Border Color

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

This div border color is #f093cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f093cf


Comments

No comments written yet.

Please login to write comment.