Color Hex Logo

#f25edd Color Hex

#F25EDD
(242,94,221)
0 Favorites   0 Comments

Color spaces of #f25edd

RGB 24294221
HSL0.860.850.66
HSV309°61°95°
CMYK 0.000.610.09   0.05
XYZ53.671832.103171.7743
Yxy32.10310.34070.2038
Hunter Lab56.659669.9330-35.4447
CIE-Lab63.428070.9130-37.1154

#f25edd color RGB value is (242,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011110 11011101
Octal 362 136 335
Decimal 242 94 221
Hex F2 5E DD

RGB Percentages of Color #f25edd

%43.45
%16.88
%39.68

CMYK Percentages of Color #f25edd

%0
%61
%9
%5

Triadic Colors of #f25edd

#f25edd #ddf25e #5eddf2

Analogous Colors of #f25edd

#f25edd #f25e93 #bd5ef2

Monochromatic Colors of #f25edd

#f25edd

Complementary Color

#f25edd #5ef273

#f25edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25edd Color CSS Codes

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

#f25edd Text Font Color

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

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


#f25edd Background Color

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

This div background color is #f25edd


#f25edd Border Color

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

This div border color is #f25edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25edd


Comments

No comments written yet.

Please login to write comment.