Color Hex Logo

#f582ef Color Hex

#F582EF
(245,130,239)
0 Favorites   0 Comments

Color spaces of #f582ef

RGB 245130239
HSL0.840.850.74
HSV303°47°96°
CMYK 0.000.470.02   0.04
XYZ61.218841.609786.4663
Yxy41.60970.32340.2198
Hunter Lab64.505656.5200-34.3212
CIE-Lab70.601058.5227-35.8956

#f582ef color RGB value is (245,130,239).

#f582ef hex color red value is 245, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f582ef hue: 0.84 , saturation: 0.85 and the lightness value of f582ef is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 11101111
Octal 365 202 357
Decimal 245 130 239
Hex F5 82 EF

RGB Percentages of Color #f582ef

%39.90
%21.17
%38.93

CMYK Percentages of Color #f582ef

%0
%47
%2
%4

Triadic Colors of #f582ef

#f582ef #eff582 #82eff5

Analogous Colors of #f582ef

#f582ef #f582b6 #c282f5

Monochromatic Colors of #f582ef

#f582ef

Complementary Color

#f582ef #82f588

#f582ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582ef Color CSS Codes

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

#f582ef Text Font Color

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

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


#f582ef Background Color

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

This div background color is #f582ef


#f582ef Border Color

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

This div border color is #f582ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,130,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f582ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582ef


Comments

No comments written yet.

Please login to write comment.