Color Hex Logo

#f09bea Color Hex

#F09BEA
(240,155,234)
0 Favorites   0 Comments

Color spaces of #f09bea

RGB 240155234
HSL0.850.740.77
HSV304°35°94°
CMYK 0.000.350.03   0.06
XYZ62.507847.908583.7946
Yxy47.90850.32190.2467
Hunter Lab69.216040.0725-23.3268
CIE-Lab74.767243.5746-26.7850

#f09bea color RGB value is (240,155,234).

#f09bea hex color red value is 240, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f09bea hue: 0.85 , saturation: 0.74 and the lightness value of f09bea is 0.77.

The process color (four color CMYK) of #f09bea color hex is 0.00, 0.35, 0.03, 0.06. Web safe color of #f09bea is #ff99ff. Color #f09bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 11101010
Octal 360 233 352
Decimal 240 155 234
Hex F0 9B EA

RGB Percentages of Color #f09bea

%38.16
%24.64
%37.20

CMYK Percentages of Color #f09bea

%0
%35
%3
%6

Triadic Colors of #f09bea

#f09bea #eaf09b #9beaf0

Analogous Colors of #f09bea

#f09bea #f09bc0 #cc9bf0

Monochromatic Colors of #f09bea

#f09bea

Complementary Color

#f09bea #9bf0a1

#f09bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bea Color CSS Codes

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

#f09bea Text Font Color

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

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


#f09bea Background Color

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

This div background color is #f09bea


#f09bea Border Color

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

This div border color is #f09bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bea


Comments

No comments written yet.

Please login to write comment.