Color Hex Logo

#f094cb Color Hex

#F094CB
(240,148,203)
0 Favorites   0 Comments

Color spaces of #f094cb

RGB 240148203
HSL0.900.750.76
HSV324°38°94°
CMYK 0.000.380.15   0.06
XYZ57.304644.016961.9757
Yxy44.01690.35090.2696
Hunter Lab66.345238.0723-8.9435
CIE-Lab72.239842.0526-13.6113

#f094cb color RGB value is (240,148,203).

#f094cb hex color red value is 240, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f094cb hue: 0.90 , saturation: 0.75 and the lightness value of f094cb is 0.76.

The process color (four color CMYK) of #f094cb color hex is 0.00, 0.38, 0.15, 0.06. Web safe color of #f094cb is #ff99cc. Color #f094cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 11001011
Octal 360 224 313
Decimal 240 148 203
Hex F0 94 CB

RGB Percentages of Color #f094cb

%40.61
%25.04
%34.35

CMYK Percentages of Color #f094cb

%0
%38
%15
%6

Triadic Colors of #f094cb

#f094cb #cbf094 #94cbf0

Analogous Colors of #f094cb

#f094cb #f0949d #e794f0

Monochromatic Colors of #f094cb

#f094cb

Complementary Color

#f094cb #94f0b9

#f094cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f094cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f094cb Color CSS Codes

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

#f094cb Text Font Color

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

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


#f094cb Background Color

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

This div background color is #f094cb


#f094cb Border Color

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

This div border color is #f094cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f094cb


Comments

No comments written yet.

Please login to write comment.