Color Hex Logo

#f581ec Color Hex

#F581EC
(245,129,236)
0 Favorites   0 Comments

Color spaces of #f581ec

RGB 245129236
HSL0.850.850.73
HSV305°47°96°
CMYK 0.000.470.04   0.04
XYZ60.646841.169184.1069
Yxy41.16910.32620.2214
Hunter Lab64.163256.4321-32.8048
CIE-Lab70.294258.4958-34.7243

#f581ec color RGB value is (245,129,236).

#f581ec hex color red value is 245, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f581ec hue: 0.85 , saturation: 0.85 and the lightness value of f581ec is 0.73.

The process color (four color CMYK) of #f581ec color hex is 0.00, 0.47, 0.04, 0.04. Web safe color of #f581ec is #ff99ff. Color #f581ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 11101100
Octal 365 201 354
Decimal 245 129 236
Hex F5 81 EC

RGB Percentages of Color #f581ec

%40.16
%21.15
%38.69

CMYK Percentages of Color #f581ec

%0
%47
%4
%4

Triadic Colors of #f581ec

#f581ec #ecf581 #81ecf5

Analogous Colors of #f581ec

#f581ec #f581b2 #c481f5

Monochromatic Colors of #f581ec

#f581ec

Complementary Color

#f581ec #81f58a

#f581ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581ec Color CSS Codes

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

#f581ec Text Font Color

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

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


#f581ec Background Color

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

This div background color is #f581ec


#f581ec Border Color

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

This div border color is #f581ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581ec


Comments

No comments written yet.

Please login to write comment.