Color Hex Logo

#f827bb Color Hex

#F827BB
(248,39,187)
0 Favorites   0 Comments

Color spaces of #f827bb

RGB 24839187
HSL0.880.940.56
HSV318°84°97°
CMYK 0.000.840.25   0.03
XYZ48.406624.995449.2870
Yxy24.99540.39450.2037
Hunter Lab49.995485.3355-23.4531
CIE-Lab57.070984.3324-27.5789

#f827bb color RGB value is (248,39,187).

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

The process color (four color CMYK) of #f827bb color hex is 0.00, 0.84, 0.25, 0.03. Web safe color of #f827bb is #ff33cc. Color #f827bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 10111011
Octal 370 47 273
Decimal 248 39 187
Hex F8 27 BB

RGB Percentages of Color #f827bb

%52.32
%8.23
%39.45

CMYK Percentages of Color #f827bb

%0
%84
%25
%3

Triadic Colors of #f827bb

#f827bb #bbf827 #27bbf8

Analogous Colors of #f827bb

#f827bb #f82752 #cd27f8

Monochromatic Colors of #f827bb

#f827bb

Complementary Color

#f827bb #27f864

#f827bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f827bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f827bb Color CSS Codes

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

#f827bb Text Font Color

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

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


#f827bb Background Color

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

This div background color is #f827bb


#f827bb Border Color

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

This div border color is #f827bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f827bb


Comments

No comments written yet.

Please login to write comment.