Color Hex Logo

#f470eb Color Hex

#F470EB
(244,112,235)
0 Favorites   0 Comments

Color spaces of #f470eb

RGB 244112235
HSL0.840.860.70
HSV304°54°96°
CMYK 0.000.540.04   0.04
XYZ58.097836.819682.6421
Yxy36.81960.32720.2074
Hunter Lab60.679264.7179-38.2747
CIE-Lab67.141565.9682-39.0886

#f470eb color RGB value is (244,112,235).

#f470eb hex color red value is 244, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f470eb hue: 0.84 , saturation: 0.86 and the lightness value of f470eb is 0.70.

The process color (four color CMYK) of #f470eb color hex is 0.00, 0.54, 0.04, 0.04. Web safe color of #f470eb is #ff66ff. Color #f470eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110000 11101011
Octal 364 160 353
Decimal 244 112 235
Hex F4 70 EB

RGB Percentages of Color #f470eb

%41.29
%18.95
%39.76

CMYK Percentages of Color #f470eb

%0
%54
%4
%4

Triadic Colors of #f470eb

#f470eb #ebf470 #70ebf4

Analogous Colors of #f470eb

#f470eb #f470a9 #bb70f4

Monochromatic Colors of #f470eb

#f470eb

Complementary Color

#f470eb #70f479

#f470eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f470eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f470eb Color CSS Codes

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

#f470eb Text Font Color

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

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


#f470eb Background Color

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

This div background color is #f470eb


#f470eb Border Color

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

This div border color is #f470eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,112,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f470eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f470eb;
  -webkit-box-shadow: 1px 1px 3px 2px #f470eb;
  box-shadow:         1px 1px 3px 2px #f470eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,112,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f470eb


Comments

No comments written yet.

Please login to write comment.