Color Hex Logo

#f52bee Color Hex

#F52BEE
(245,43,238)
0 Favorites   0 Comments

Color spaces of #f52bee

RGB 24543238
HSL0.840.910.56
HSV302°82°96°
CMYK 0.000.820.03   0.04
XYZ53.952727.313383.3173
Yxy27.31330.32780.1660
Hunter Lab52.262192.8154-57.9378
CIE-Lab59.263289.5845-53.1673

#f52bee color RGB value is (245,43,238).

#f52bee hex color red value is 245, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f52bee hue: 0.84 , saturation: 0.91 and the lightness value of f52bee is 0.56.

The process color (four color CMYK) of #f52bee color hex is 0.00, 0.82, 0.03, 0.04. Web safe color of #f52bee is #ff33ff. Color #f52bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101011 11101110
Octal 365 53 356
Decimal 245 43 238
Hex F5 2B EE

RGB Percentages of Color #f52bee

%46.58
%8.17
%45.25

CMYK Percentages of Color #f52bee

%0
%82
%3
%4

Triadic Colors of #f52bee

#f52bee #eef52b #2beef5

Analogous Colors of #f52bee

#f52bee #f52b89 #972bf5

Monochromatic Colors of #f52bee

#f52bee

Complementary Color

#f52bee #2bf532

#f52bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52bee Color CSS Codes

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

#f52bee Text Font Color

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

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


#f52bee Background Color

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

This div background color is #f52bee


#f52bee Border Color

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

This div border color is #f52bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,43,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f52bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f52bee;
  -webkit-box-shadow: 1px 1px 3px 2px #f52bee;
  box-shadow:         1px 1px 3px 2px #f52bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,43,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52bee


Comments

No comments written yet.

Please login to write comment.