Color Hex Logo

#f25ede Color Hex

#F25EDE
(242,94,222)
0 Favorites   0 Comments

Color spaces of #f25ede

RGB 24294222
HSL0.860.850.66
HSV308°61°95°
CMYK 0.000.610.08   0.05
XYZ53.805532.156672.4782
Yxy32.15660.33960.2030
Hunter Lab56.706870.1305-36.0851
CIE-Lab63.472171.0658-37.6066

#f25ede color RGB value is (242,94,222).

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

The process color (four color CMYK) of #f25ede color hex is 0.00, 0.61, 0.08, 0.05. Web safe color of #f25ede is #ff66cc. Color #f25ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011110 11011110
Octal 362 136 336
Decimal 242 94 222
Hex F2 5E DE

RGB Percentages of Color #f25ede

%43.37
%16.85
%39.78

CMYK Percentages of Color #f25ede

%0
%61
%8
%5

Triadic Colors of #f25ede

#f25ede #def25e #5edef2

Analogous Colors of #f25ede

#f25ede #f25e94 #bc5ef2

Monochromatic Colors of #f25ede

#f25ede

Complementary Color

#f25ede #5ef272

#f25ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25ede Color CSS Codes

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

#f25ede Text Font Color

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

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


#f25ede Background Color

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

This div background color is #f25ede


#f25ede Border Color

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

This div border color is #f25ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25ede

Related Colors


Comments

No comments written yet.

Please login to write comment.