Color Hex Logo

#f52bef Color Hex

#F52BEF
(245,43,239)
0 Favorites   0 Comments

Color spaces of #f52bef

RGB 24543239
HSL0.840.910.56
HSV302°82°96°
CMYK 0.000.820.02   0.04
XYZ54.100127.372284.0933
Yxy27.37220.32680.1653
Hunter Lab52.318493.0214-58.6760
CIE-Lab59.317389.7281-53.6403

#f52bef color RGB value is (245,43,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101011 11101111
Octal 365 53 357
Decimal 245 43 239
Hex F5 2B EF

RGB Percentages of Color #f52bef

%46.49
%8.16
%45.35

CMYK Percentages of Color #f52bef

%0
%82
%2
%4

Triadic Colors of #f52bef

#f52bef #eff52b #2beff5

Analogous Colors of #f52bef

#f52bef #f52b8a #962bf5

Monochromatic Colors of #f52bef

#f52bef

Complementary Color

#f52bef #2bf531

#f52bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52bef Color CSS Codes

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

#f52bef Text Font Color

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

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


#f52bef Background Color

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

This div background color is #f52bef


#f52bef Border Color

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

This div border color is #f52bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52bef


Comments

No comments written yet.

Please login to write comment.