Color Hex Logo

#f08af2 Color Hex

#F08AF2
(240,138,242)
0 Favorites   0 Comments

Color spaces of #f08af2

RGB 240138242
HSL0.830.800.75
HSV299°43°95°
CMYK 0.010.430.00   0.05
XYZ61.050743.113089.1083
Yxy43.11300.31590.2231
Hunter Lab65.660551.0623-34.5005
CIE-Lab71.631653.6848-35.9862

#f08af2 color RGB value is (240,138,242).

#f08af2 hex color red value is 240, green value is 138 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #f08af2 hue: 0.83 , saturation: 0.80 and the lightness value of f08af2 is 0.75.

The process color (four color CMYK) of #f08af2 color hex is 0.01, 0.43, 0.00, 0.05. Web safe color of #f08af2 is #ff99ff. Color #f08af2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001010 11110010
Octal 360 212 362
Decimal 240 138 242
Hex F0 8A F2

RGB Percentages of Color #f08af2

%38.71
%22.26
%39.03

CMYK Percentages of Color #f08af2

%1
%43
%0
%5

Triadic Colors of #f08af2

#f08af2 #f2f08a #8af2f0

Analogous Colors of #f08af2

#f08af2 #f28ac0 #bc8af2

Monochromatic Colors of #f08af2

#f08af2

Complementary Color

#f08af2 #8cf28a

#f08af2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08af2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08af2 Color CSS Codes

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

#f08af2 Text Font Color

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

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


#f08af2 Background Color

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

This div background color is #f08af2


#f08af2 Border Color

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

This div border color is #f08af2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08af2


Comments

No comments written yet.

Please login to write comment.