Color Hex Logo

#f452bb Color Hex

#F452BB
(244,82,187)
0 Favorites   0 Comments

Color spaces of #f452bb

RGB 24482187
HSL0.890.880.64
HSV321°66°96°
CMYK 0.000.660.23   0.04
XYZ49.295228.855549.9852
Yxy28.85550.38470.2252
Hunter Lab53.717369.8002-17.5686
CIE-Lab60.653971.3171-22.1232

#f452bb color RGB value is (244,82,187).

#f452bb hex color red value is 244, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f452bb hue: 0.89 , saturation: 0.88 and the lightness value of f452bb is 0.64.

The process color (four color CMYK) of #f452bb color hex is 0.00, 0.66, 0.23, 0.04. Web safe color of #f452bb is #ff66cc. Color #f452bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010010 10111011
Octal 364 122 273
Decimal 244 82 187
Hex F4 52 BB

RGB Percentages of Color #f452bb

%47.56
%15.98
%36.45

CMYK Percentages of Color #f452bb

%0
%66
%23
%4

Triadic Colors of #f452bb

#f452bb #bbf452 #52bbf4

Analogous Colors of #f452bb

#f452bb #f4526a #dc52f4

Monochromatic Colors of #f452bb

#f452bb

Complementary Color

#f452bb #52f48b

#f452bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f452bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f452bb Color CSS Codes

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

#f452bb Text Font Color

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

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


#f452bb Background Color

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

This div background color is #f452bb


#f452bb Border Color

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

This div border color is #f452bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f452bb


Comments

No comments written yet.

Please login to write comment.