Color Hex Logo

#f582ee Color Hex

#F582EE
(245,130,238)
0 Favorites   0 Comments

Color spaces of #f582ee

RGB 245130238
HSL0.840.850.74
HSV304°47°96°
CMYK 0.000.470.03   0.04
XYZ61.071441.550885.6902
Yxy41.55080.32430.2206
Hunter Lab64.459956.3118-33.6956
CIE-Lab70.560158.3521-35.4103

#f582ee color RGB value is (245,130,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 11101110
Octal 365 202 356
Decimal 245 130 238
Hex F5 82 EE

RGB Percentages of Color #f582ee

%39.97
%21.21
%38.83

CMYK Percentages of Color #f582ee

%0
%47
%3
%4

Triadic Colors of #f582ee

#f582ee #eef582 #82eef5

Analogous Colors of #f582ee

#f582ee #f582b5 #c382f5

Monochromatic Colors of #f582ee

#f582ee

Complementary Color

#f582ee #82f589

#f582ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582ee Color CSS Codes

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

#f582ee Text Font Color

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

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


#f582ee Background Color

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

This div background color is #f582ee


#f582ee Border Color

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

This div border color is #f582ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582ee


Comments

No comments written yet.

Please login to write comment.