Color Hex Logo

#f09aeb Color Hex

#F09AEB
(240,154,235)
0 Favorites   0 Comments

Color spaces of #f09aeb

RGB 240154235
HSL0.840.740.77
HSV303°36°94°
CMYK 0.000.360.02   0.06
XYZ62.486247.634684.4983
Yxy47.63460.32110.2448
Hunter Lab69.017840.8261-24.2761
CIE-Lab74.593944.2715-27.5954

#f09aeb color RGB value is (240,154,235).

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

The process color (four color CMYK) of #f09aeb color hex is 0.00, 0.36, 0.02, 0.06. Web safe color of #f09aeb is #ff99ff. Color #f09aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 11101011
Octal 360 232 353
Decimal 240 154 235
Hex F0 9A EB

RGB Percentages of Color #f09aeb

%38.16
%24.48
%37.36

CMYK Percentages of Color #f09aeb

%0
%36
%2
%6

Triadic Colors of #f09aeb

#f09aeb #ebf09a #9aebf0

Analogous Colors of #f09aeb

#f09aeb #f09ac0 #ca9af0

Monochromatic Colors of #f09aeb

#f09aeb

Complementary Color

#f09aeb #9af09f

#f09aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09aeb Color CSS Codes

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

#f09aeb Text Font Color

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

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


#f09aeb Background Color

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

This div background color is #f09aeb


#f09aeb Border Color

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

This div border color is #f09aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09aeb


Comments

No comments written yet.

Please login to write comment.