Color Hex Logo

#f074ec Color Hex

#F074EC
(240,116,236)
0 Favorites   0 Comments

Color spaces of #f074ec

RGB 240116236
HSL0.840.810.70
HSV302°52°94°
CMYK 0.000.520.02   0.06
XYZ57.320937.072283.4914
Yxy37.07220.32220.2084
Hunter Lab60.886961.4934-38.6807
CIE-Lab67.331263.2505-39.3844

#f074ec color RGB value is (240,116,236).

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

The process color (four color CMYK) of #f074ec color hex is 0.00, 0.52, 0.02, 0.06. Web safe color of #f074ec is #ff66ff. Color #f074ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110100 11101100
Octal 360 164 354
Decimal 240 116 236
Hex F0 74 EC

RGB Percentages of Color #f074ec

%40.54
%19.59
%39.86

CMYK Percentages of Color #f074ec

%0
%52
%2
%6

Triadic Colors of #f074ec

#f074ec #ecf074 #74ecf0

Analogous Colors of #f074ec

#f074ec #f074ae #b674f0

Monochromatic Colors of #f074ec

#f074ec

Complementary Color

#f074ec #74f078

#f074ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f074ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f074ec Color CSS Codes

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

#f074ec Text Font Color

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

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


#f074ec Background Color

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

This div background color is #f074ec


#f074ec Border Color

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

This div border color is #f074ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f074ec


Comments

No comments written yet.

Please login to write comment.