Color Hex Logo

#f727ec Color Hex

#F727EC
(247,39,236)
0 Favorites   0 Comments

Color spaces of #f727ec

RGB 24739236
HSL0.840.930.56
HSV303°84°97°
CMYK 0.000.840.04   0.03
XYZ54.223627.281381.7648
Yxy27.28130.33210.1671
Hunter Lab52.231593.9028-56.2523
CIE-Lab59.233890.4030-52.0746

#f727ec color RGB value is (247,39,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100111 11101100
Octal 367 47 354
Decimal 247 39 236
Hex F7 27 EC

RGB Percentages of Color #f727ec

%47.32
%7.47
%45.21

CMYK Percentages of Color #f727ec

%0
%84
%4
%3

Triadic Colors of #f727ec

#f727ec #ecf727 #27ecf7

Analogous Colors of #f727ec

#f727ec #f72784 #9a27f7

Monochromatic Colors of #f727ec

#f727ec

Complementary Color

#f727ec #27f732

#f727ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f727ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f727ec Color CSS Codes

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

#f727ec Text Font Color

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

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


#f727ec Background Color

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

This div background color is #f727ec


#f727ec Border Color

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

This div border color is #f727ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f727ec


Comments

No comments written yet.

Please login to write comment.