Color Hex Logo

#f25eed Color Hex

#F25EED
(242,94,237)
0 Favorites   0 Comments

Color spaces of #f25eed

RGB 24294237
HSL0.840.850.66
HSV302°61°95°
CMYK 0.000.610.02   0.05
XYZ55.906732.997183.5432
Yxy32.99710.32420.1913
Hunter Lab57.443173.2003-46.0191
CIE-Lab64.158673.4225-44.8922

#f25eed color RGB value is (242,94,237).

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

The process color (four color CMYK) of #f25eed color hex is 0.00, 0.61, 0.02, 0.05. Web safe color of #f25eed is #ff66ff. Color #f25eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011110 11101101
Octal 362 136 355
Decimal 242 94 237
Hex F2 5E ED

RGB Percentages of Color #f25eed

%42.23
%16.40
%41.36

CMYK Percentages of Color #f25eed

%0
%61
%2
%5

Triadic Colors of #f25eed

#f25eed #edf25e #5eedf2

Analogous Colors of #f25eed

#f25eed #f25ea3 #ad5ef2

Monochromatic Colors of #f25eed

#f25eed

Complementary Color

#f25eed #5ef263

#f25eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25eed Color CSS Codes

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

#f25eed Text Font Color

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

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


#f25eed Background Color

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

This div background color is #f25eed


#f25eed Border Color

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

This div border color is #f25eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25eed


Comments

No comments written yet.

Please login to write comment.