Color Hex Logo

#f270ea Color Hex

#F270EA
(242,112,234)
0 Favorites   0 Comments

Color spaces of #f270ea

RGB 242112234
HSL0.840.830.69
HSV304°54°95°
CMYK 0.000.540.03   0.05
XYZ57.263436.406181.8509
Yxy36.40610.32620.2074
Hunter Lab60.337563.8152-38.1937
CIE-Lab66.829165.2735-39.0432

#f270ea color RGB value is (242,112,234).

#f270ea hex color red value is 242, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f270ea hue: 0.84 , saturation: 0.83 and the lightness value of f270ea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110000 11101010
Octal 362 160 352
Decimal 242 112 234
Hex F2 70 EA

RGB Percentages of Color #f270ea

%41.16
%19.05
%39.80

CMYK Percentages of Color #f270ea

%0
%54
%3
%5

Triadic Colors of #f270ea

#f270ea #eaf270 #70eaf2

Analogous Colors of #f270ea

#f270ea #f270a9 #b970f2

Monochromatic Colors of #f270ea

#f270ea

Complementary Color

#f270ea #70f278

#f270ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f270ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f270ea Color CSS Codes

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

#f270ea Text Font Color

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

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


#f270ea Background Color

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

This div background color is #f270ea


#f270ea Border Color

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

This div border color is #f270ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f270ea


Comments

No comments written yet.

Please login to write comment.