Color Hex Logo

#f85aeb Color Hex

#F85AEB
(248,90,235)
0 Favorites   0 Comments

Color spaces of #f85aeb

RGB 24890235
HSL0.850.920.66
HSV305°64°97°
CMYK 0.000.640.05   0.03
XYZ57.363033.266981.9951
Yxy33.26690.33230.1927
Hunter Lab57.677576.5912-43.9133
CIE-Lab64.376476.0898-43.3785

#f85aeb color RGB value is (248,90,235).

#f85aeb hex color red value is 248, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f85aeb hue: 0.85 , saturation: 0.92 and the lightness value of f85aeb is 0.66.

The process color (four color CMYK) of #f85aeb color hex is 0.00, 0.64, 0.05, 0.03. Web safe color of #f85aeb is #ff66ff. Color #f85aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 11101011
Octal 370 132 353
Decimal 248 90 235
Hex F8 5A EB

RGB Percentages of Color #f85aeb

%43.28
%15.71
%41.01

CMYK Percentages of Color #f85aeb

%0
%64
%5
%3

Triadic Colors of #f85aeb

#f85aeb #ebf85a #5aebf8

Analogous Colors of #f85aeb

#f85aeb #f85a9c #b65af8

Monochromatic Colors of #f85aeb

#f85aeb

Complementary Color

#f85aeb #5af867

#f85aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85aeb Color CSS Codes

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

#f85aeb Text Font Color

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

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


#f85aeb Background Color

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

This div background color is #f85aeb


#f85aeb Border Color

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

This div border color is #f85aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85aeb


Comments

No comments written yet.

Please login to write comment.