Color Hex Logo

#f482ee Color Hex

#F482EE
(244,130,238)
0 Favorites   0 Comments

Color spaces of #f482ee

RGB 244130238
HSL0.840.840.73
HSV303°47°96°
CMYK 0.000.470.02   0.04
XYZ60.723541.371485.6739
Yxy41.37140.32340.2203
Hunter Lab64.320655.9564-33.9488
CIE-Lab70.435458.0690-35.6137

#f482ee color RGB value is (244,130,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000010 11101110
Octal 364 202 356
Decimal 244 130 238
Hex F4 82 EE

RGB Percentages of Color #f482ee

%39.87
%21.24
%38.89

CMYK Percentages of Color #f482ee

%0
%47
%2
%4

Triadic Colors of #f482ee

#f482ee #eef482 #82eef4

Analogous Colors of #f482ee

#f482ee #f482b5 #c182f4

Monochromatic Colors of #f482ee

#f482ee

Complementary Color

#f482ee #82f488

#f482ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f482ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f482ee Color CSS Codes

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

#f482ee Text Font Color

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

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


#f482ee Background Color

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

This div background color is #f482ee


#f482ee Border Color

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

This div border color is #f482ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f482ee


Comments

No comments written yet.

Please login to write comment.