Color Hex Logo

#f45aeb Color Hex

#F45AEB
(244,90,235)
0 Favorites   0 Comments

Color spaces of #f45aeb

RGB 24490235
HSL0.840.880.65
HSV304°63°96°
CMYK 0.000.630.04   0.04
XYZ55.959832.543681.9294
Yxy32.54360.32830.1909
Hunter Lab57.047075.2659-45.2178
CIE-Lab63.789675.1453-44.3416

#f45aeb color RGB value is (244,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011010 11101011
Octal 364 132 353
Decimal 244 90 235
Hex F4 5A EB

RGB Percentages of Color #f45aeb

%42.88
%15.82
%41.30

CMYK Percentages of Color #f45aeb

%0
%63
%4
%4

Triadic Colors of #f45aeb

#f45aeb #ebf45a #5aebf4

Analogous Colors of #f45aeb

#f45aeb #f45a9e #b05af4

Monochromatic Colors of #f45aeb

#f45aeb

Complementary Color

#f45aeb #5af463

#f45aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45aeb Color CSS Codes

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

#f45aeb Text Font Color

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

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


#f45aeb Background Color

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

This div background color is #f45aeb


#f45aeb Border Color

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

This div border color is #f45aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45aeb


Comments

No comments written yet.

Please login to write comment.