Color Hex Logo

#f08ad7 Color Hex

#F08AD7
(240,138,215)
0 Favorites   0 Comments

Color spaces of #f08ad7

RGB 240138215
HSL0.870.770.74
HSV315°43°94°
CMYK 0.000.430.10   0.06
XYZ57.289441.608569.3017
Yxy41.60850.34060.2474
Hunter Lab64.504745.6505-18.5460
CIE-Lab70.600249.0827-22.7275

#f08ad7 color RGB value is (240,138,215).

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

The process color (four color CMYK) of #f08ad7 color hex is 0.00, 0.43, 0.10, 0.06. Web safe color of #f08ad7 is #ff99cc. Color #f08ad7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001010 11010111
Octal 360 212 327
Decimal 240 138 215
Hex F0 8A D7

RGB Percentages of Color #f08ad7

%40.47
%23.27
%36.26

CMYK Percentages of Color #f08ad7

%0
%43
%10
%6

Triadic Colors of #f08ad7

#f08ad7 #d7f08a #8ad7f0

Analogous Colors of #f08ad7

#f08ad7 #f08aa4 #d68af0

Monochromatic Colors of #f08ad7

#f08ad7

Complementary Color

#f08ad7 #8af0a3

#f08ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08ad7 Color CSS Codes

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

#f08ad7 Text Font Color

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

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


#f08ad7 Background Color

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

This div background color is #f08ad7


#f08ad7 Border Color

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

This div border color is #f08ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08ad7


Comments

No comments written yet.

Please login to write comment.