Color Hex Logo

#f072ea Color Hex

#F072EA
(240,114,234)
0 Favorites   0 Comments

Color spaces of #f072ea

RGB 240114234
HSL0.840.810.69
HSV303°53°94°
CMYK 0.000.530.03   0.06
XYZ56.803836.500481.8933
Yxy36.50040.32420.2083
Hunter Lab60.415662.1017-38.0767
CIE-Lab66.900563.8327-38.9514

#f072ea color RGB value is (240,114,234).

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

The process color (four color CMYK) of #f072ea color hex is 0.00, 0.53, 0.03, 0.06. Web safe color of #f072ea is #ff66ff. Color #f072ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110010 11101010
Octal 360 162 352
Decimal 240 114 234
Hex F0 72 EA

RGB Percentages of Color #f072ea

%40.82
%19.39
%39.80

CMYK Percentages of Color #f072ea

%0
%53
%3
%6

Triadic Colors of #f072ea

#f072ea #eaf072 #72eaf0

Analogous Colors of #f072ea

#f072ea #f072ab #b772f0

Monochromatic Colors of #f072ea

#f072ea

Complementary Color

#f072ea #72f078

#f072ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f072ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f072ea Color CSS Codes

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

#f072ea Text Font Color

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

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


#f072ea Background Color

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

This div background color is #f072ea


#f072ea Border Color

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

This div border color is #f072ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,114,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 #f072ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f072ea


Comments

No comments written yet.

Please login to write comment.