Color Hex Logo

#f25aec Color Hex

#F25AEC
(242,90,236)
0 Favorites   0 Comments

Color spaces of #f25aec

RGB 24290236
HSL0.840.850.65
HSV302°63°95°
CMYK 0.000.630.02   0.05
XYZ55.414432.245782.6603
Yxy32.24570.32540.1893
Hunter Lab56.785374.8164-46.5566
CIE-Lab63.545474.8320-45.3020

#f25aec color RGB value is (242,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11101100
Octal 362 132 354
Decimal 242 90 236
Hex F2 5A EC

RGB Percentages of Color #f25aec

%42.61
%15.85
%41.55

CMYK Percentages of Color #f25aec

%0
%63
%2
%5

Triadic Colors of #f25aec

#f25aec #ecf25a #5aecf2

Analogous Colors of #f25aec

#f25aec #f25aa0 #ac5af2

Monochromatic Colors of #f25aec

#f25aec

Complementary Color

#f25aec #5af260

#f25aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25aec Color CSS Codes

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

#f25aec Text Font Color

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

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


#f25aec Background Color

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

This div background color is #f25aec


#f25aec Border Color

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

This div border color is #f25aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25aec


Comments

No comments written yet.

Please login to write comment.