Color Hex Logo

#f09dda Color Hex

#F09DDA
(240,157,218)
0 Favorites   0 Comments

Color spaces of #f09dda

RGB 240157218
HSL0.880.730.78
HSV316°35°94°
CMYK 0.000.350.09   0.06
XYZ60.647047.701272.3405
Yxy47.70120.33560.2640
Hunter Lab69.066135.8755-13.7547
CIE-Lab74.636139.7815-18.2477

#f09dda color RGB value is (240,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11011010
Octal 360 235 332
Decimal 240 157 218
Hex F0 9D DA

RGB Percentages of Color #f09dda

%39.02
%25.53
%35.45

CMYK Percentages of Color #f09dda

%0
%35
%9
%6

Triadic Colors of #f09dda

#f09dda #daf09d #9ddaf0

Analogous Colors of #f09dda

#f09dda #f09db1 #dd9df0

Monochromatic Colors of #f09dda

#f09dda

Complementary Color

#f09dda #9df0b3

#f09dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dda Color CSS Codes

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

#f09dda Text Font Color

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

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


#f09dda Background Color

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

This div background color is #f09dda


#f09dda Border Color

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

This div border color is #f09dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,157,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 #f09dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dda


Comments

No comments written yet.

Please login to write comment.