Color Hex Logo

#f03ae1 Color Hex

#F03AE1
(240,58,225)
0 Favorites   0 Comments

Color spaces of #f03ae1

RGB 24058225
HSL0.850.860.58
HSV305°76°94°
CMYK 0.000.760.06   0.06
XYZ51.038826.987673.7532
Yxy26.98760.33630.1778
Hunter Lab51.949684.4587-47.8097
CIE-Lab58.962883.2877-46.3992

#f03ae1 color RGB value is (240,58,225).

#f03ae1 hex color red value is 240, green value is 58 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f03ae1 hue: 0.85 , saturation: 0.86 and the lightness value of f03ae1 is 0.58.

The process color (four color CMYK) of #f03ae1 color hex is 0.00, 0.76, 0.06, 0.06. Web safe color of #f03ae1 is #ff33cc. Color #f03ae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111010 11100001
Octal 360 72 341
Decimal 240 58 225
Hex F0 3A E1

RGB Percentages of Color #f03ae1

%45.89
%11.09
%43.02

CMYK Percentages of Color #f03ae1

%0
%76
%6
%6

Triadic Colors of #f03ae1

#f03ae1 #e1f03a #3ae1f0

Analogous Colors of #f03ae1

#f03ae1 #f03a86 #a43af0

Monochromatic Colors of #f03ae1

#f03ae1

Complementary Color

#f03ae1 #3af049

#f03ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03ae1 Color CSS Codes

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

#f03ae1 Text Font Color

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

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


#f03ae1 Background Color

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

This div background color is #f03ae1


#f03ae1 Border Color

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

This div border color is #f03ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,58,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #f03ae1;
  box-shadow:         1px 1px 3px 2px #f03ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,58,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03ae1


Comments

No comments written yet.

Please login to write comment.