Color Hex Logo

#f08dd4 Color Hex

#F08DD4
(240,141,212)
0 Favorites   0 Comments

Color spaces of #f08dd4

RGB 240141212
HSL0.880.770.75
HSV317°41°94°
CMYK 0.000.410.12   0.06
XYZ57.343742.328567.4352
Yxy42.32850.34320.2533
Hunter Lab65.060443.4729-15.9120
CIE-Lab71.096847.0753-20.3126

#f08dd4 color RGB value is (240,141,212).

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

The process color (four color CMYK) of #f08dd4 color hex is 0.00, 0.41, 0.12, 0.06. Web safe color of #f08dd4 is #ff99cc. Color #f08dd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001101 11010100
Octal 360 215 324
Decimal 240 141 212
Hex F0 8D D4

RGB Percentages of Color #f08dd4

%40.47
%23.78
%35.75

CMYK Percentages of Color #f08dd4

%0
%41
%12
%6

Triadic Colors of #f08dd4

#f08dd4 #d4f08d #8dd4f0

Analogous Colors of #f08dd4

#f08dd4 #f08da3 #db8df0

Monochromatic Colors of #f08dd4

#f08dd4

Complementary Color

#f08dd4 #8df0a9

#f08dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08dd4 Color CSS Codes

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

#f08dd4 Text Font Color

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

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


#f08dd4 Background Color

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

This div background color is #f08dd4


#f08dd4 Border Color

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

This div border color is #f08dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08dd4


Comments

No comments written yet.

Please login to write comment.