Color Hex Logo

#f741ec Color Hex

#F741EC
(247,65,236)
0 Favorites   0 Comments

Color spaces of #f741ec

RGB 24765236
HSL0.840.920.61
HSV304°74°97°
CMYK 0.000.740.04   0.03
XYZ55.388429.610982.1531
Yxy29.61090.33140.1771
Hunter Lab54.415986.4623-51.4205
CIE-Lab61.317084.3718-48.7702

#f741ec color RGB value is (247,65,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000001 11101100
Octal 367 101 354
Decimal 247 65 236
Hex F7 41 EC

RGB Percentages of Color #f741ec

%45.07
%11.86
%43.07

CMYK Percentages of Color #f741ec

%0
%74
%4
%3

Triadic Colors of #f741ec

#f741ec #ecf741 #41ecf7

Analogous Colors of #f741ec

#f741ec #f74191 #a741f7

Monochromatic Colors of #f741ec

#f741ec

Complementary Color

#f741ec #41f74c

#f741ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f741ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f741ec Color CSS Codes

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

#f741ec Text Font Color

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

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


#f741ec Background Color

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

This div background color is #f741ec


#f741ec Border Color

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

This div border color is #f741ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f741ec


Comments

No comments written yet.

Please login to write comment.