Color Hex Logo

#f09ada Color Hex

#F09ADA
(240,154,218)
0 Favorites   0 Comments

Color spaces of #f09ada

RGB 240154218
HSL0.880.740.77
HSV315°36°94°
CMYK 0.000.360.09   0.06
XYZ60.145746.698472.1733
Yxy46.69840.33600.2609
Hunter Lab68.336237.5173-14.7838
CIE-Lab73.996441.3492-19.2159

#f09ada color RGB value is (240,154,218).

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

The process color (four color CMYK) of #f09ada color hex is 0.00, 0.36, 0.09, 0.06. Web safe color of #f09ada is #ff99cc. Color #f09ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 11011010
Octal 360 232 332
Decimal 240 154 218
Hex F0 9A DA

RGB Percentages of Color #f09ada

%39.22
%25.16
%35.62

CMYK Percentages of Color #f09ada

%0
%36
%9
%6

Triadic Colors of #f09ada

#f09ada #daf09a #9adaf0

Analogous Colors of #f09ada

#f09ada #f09aaf #db9af0

Monochromatic Colors of #f09ada

#f09ada

Complementary Color

#f09ada #9af0b0

#f09ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09ada Color CSS Codes

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

#f09ada Text Font Color

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

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


#f09ada Background Color

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

This div background color is #f09ada


#f09ada Border Color

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

This div border color is #f09ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09ada


Comments

No comments written yet.

Please login to write comment.