Color Hex Logo

#f908ec Color Hex

#F908EC
(249,8,236)
0 Favorites   0 Comments

Color spaces of #f908ec

RGB 2498236
HSL0.840.950.50
HSV303°97°98°
CMYK 0.000.970.05   0.02
XYZ54.294126.369581.5851
Yxy26.36950.33460.1625
Hunter Lab51.351298.8649-58.2521
CIE-Lab58.386194.2364-53.4029

#f908ec color RGB value is (249,8,236).

#f908ec hex color red value is 249, green value is 8 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f908ec hue: 0.84 , saturation: 0.95 and the lightness value of f908ec is 0.50.

The process color (four color CMYK) of #f908ec color hex is 0.00, 0.97, 0.05, 0.02. Web safe color of #f908ec is #ff00ff. Color #f908ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001000 11101100
Octal 371 10 354
Decimal 249 8 236
Hex F9 8 EC

RGB Percentages of Color #f908ec

%50.51
%1.62
%47.87

CMYK Percentages of Color #f908ec

%0
%97
%5
%2

Triadic Colors of #f908ec

#f908ec #ecf908 #08ecf9

Analogous Colors of #f908ec

#f908ec #f90874 #8e08f9

Monochromatic Colors of #f908ec

#f908ec

Complementary Color

#f908ec #08f915

#f908ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f908ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f908ec Color CSS Codes

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

#f908ec Text Font Color

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

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


#f908ec Background Color

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

This div background color is #f908ec


#f908ec Border Color

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

This div border color is #f908ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,8,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f908ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f908ec;
  -webkit-box-shadow: 1px 1px 3px 2px #f908ec;
  box-shadow:         1px 1px 3px 2px #f908ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,8,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f908ec


Comments

No comments written yet.

Please login to write comment.