Color Hex Logo

#f740ea Color Hex

#F740EA
(247,64,234)
0 Favorites   0 Comments

Color spaces of #f740ea

RGB 24764234
HSL0.850.920.61
HSV304°74°97°
CMYK 0.000.740.05   0.03
XYZ55.042529.381580.6120
Yxy29.38150.33350.1780
Hunter Lab54.204786.4007-50.2314
CIE-Lab61.116984.3635-47.9696

#f740ea color RGB value is (247,64,234).

#f740ea hex color red value is 247, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f740ea hue: 0.85 , saturation: 0.92 and the lightness value of f740ea is 0.61.

The process color (four color CMYK) of #f740ea color hex is 0.00, 0.74, 0.05, 0.03. Web safe color of #f740ea is #ff33ff. Color #f740ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 11101010
Octal 367 100 352
Decimal 247 64 234
Hex F7 40 EA

RGB Percentages of Color #f740ea

%45.32
%11.74
%42.94

CMYK Percentages of Color #f740ea

%0
%74
%5
%3

Triadic Colors of #f740ea

#f740ea #eaf740 #40eaf7

Analogous Colors of #f740ea

#f740ea #f7408f #a940f7

Monochromatic Colors of #f740ea

#f740ea

Complementary Color

#f740ea #40f74d

#f740ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f740ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f740ea Color CSS Codes

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

#f740ea Text Font Color

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

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


#f740ea Background Color

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

This div background color is #f740ea


#f740ea Border Color

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

This div border color is #f740ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f740ea


Comments

No comments written yet.

Please login to write comment.