Color Hex Logo

#f28aed Color Hex

#F28AED
(242,138,237)
0 Favorites   0 Comments

Color spaces of #f28aed

RGB 242138237
HSL0.840.800.75
HSV303°43°95°
CMYK 0.000.430.02   0.05
XYZ60.992543.168685.2385
Yxy43.16860.32200.2279
Hunter Lab65.702850.7232-30.9270
CIE-Lab71.669353.3854-33.1730

#f28aed color RGB value is (242,138,237).

#f28aed hex color red value is 242, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f28aed hue: 0.84 , saturation: 0.80 and the lightness value of f28aed is 0.75.

The process color (four color CMYK) of #f28aed color hex is 0.00, 0.43, 0.02, 0.05. Web safe color of #f28aed is #ff99ff. Color #f28aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001010 11101101
Octal 362 212 355
Decimal 242 138 237
Hex F2 8A ED

RGB Percentages of Color #f28aed

%39.22
%22.37
%38.41

CMYK Percentages of Color #f28aed

%0
%43
%2
%5

Triadic Colors of #f28aed

#f28aed #edf28a #8aedf2

Analogous Colors of #f28aed

#f28aed #f28ab9 #c38af2

Monochromatic Colors of #f28aed

#f28aed

Complementary Color

#f28aed #8af28f

#f28aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28aed Color CSS Codes

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

#f28aed Text Font Color

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

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


#f28aed Background Color

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

This div background color is #f28aed


#f28aed Border Color

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

This div border color is #f28aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,138,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f28aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f28aed;
  -webkit-box-shadow: 1px 1px 3px 2px #f28aed;
  box-shadow:         1px 1px 3px 2px #f28aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,138,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28aed


Comments

No comments written yet.

Please login to write comment.