Color Hex Logo

#f25ade Color Hex

#F25ADE
(242,90,222)
0 Favorites   0 Comments

Color spaces of #f25ade

RGB 24290222
HSL0.860.850.65
HSV308°63°95°
CMYK 0.000.630.08   0.05
XYZ53.458931.463572.3627
Yxy31.46350.33990.2000
Hunter Lab56.092371.9582-37.2233
CIE-Lab62.897072.6548-38.5053

#f25ade color RGB value is (242,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11011110
Octal 362 132 336
Decimal 242 90 222
Hex F2 5A DE

RGB Percentages of Color #f25ade

%43.68
%16.25
%40.07

CMYK Percentages of Color #f25ade

%0
%63
%8
%5

Triadic Colors of #f25ade

#f25ade #def25a #5adef2

Analogous Colors of #f25ade

#f25ade #f25a92 #ba5af2

Monochromatic Colors of #f25ade

#f25ade

Complementary Color

#f25ade #5af26e

#f25ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25ade Color CSS Codes

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

#f25ade Text Font Color

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

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


#f25ade Background Color

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

This div background color is #f25ade


#f25ade Border Color

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

This div border color is #f25ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25ade


Comments

No comments written yet.

Please login to write comment.