Color Hex Logo

#f827ae Color Hex

#F827AE
(248,39,174)
0 Favorites   0 Comments

Color spaces of #f827ae

RGB 24839174
HSL0.890.940.56
HSV321°84°97°
CMYK 0.000.840.30   0.03
XYZ47.076924.463542.2851
Yxy24.46350.41360.2149
Hunter Lab49.460683.3414-16.0661
CIE-Lab56.548982.8924-20.8326

#f827ae color RGB value is (248,39,174).

#f827ae hex color red value is 248, green value is 39 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f827ae hue: 0.89 , saturation: 0.94 and the lightness value of f827ae is 0.56.

The process color (four color CMYK) of #f827ae color hex is 0.00, 0.84, 0.30, 0.03. Web safe color of #f827ae is #ff3399. Color #f827ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 10101110
Octal 370 47 256
Decimal 248 39 174
Hex F8 27 AE

RGB Percentages of Color #f827ae

%53.80
%8.46
%37.74

CMYK Percentages of Color #f827ae

%0
%84
%30
%3

Triadic Colors of #f827ae

#f827ae #aef827 #27aef8

Analogous Colors of #f827ae

#f827ae #f82745 #da27f8

Monochromatic Colors of #f827ae

#f827ae

Complementary Color

#f827ae #27f871

#f827ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f827ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f827ae Color CSS Codes

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

#f827ae Text Font Color

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

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


#f827ae Background Color

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

This div background color is #f827ae


#f827ae Border Color

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

This div border color is #f827ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,39,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f827ae


Comments

No comments written yet.

Please login to write comment.