Color Hex Logo

#f52def Color Hex

#F52DEF
(245,45,239)
0 Favorites   0 Comments

Color spaces of #f52def

RGB 24545239
HSL0.840.910.57
HSV302°82°96°
CMYK 0.000.820.02   0.04
XYZ54.174627.521284.1182
Yxy27.52120.32670.1660
Hunter Lab52.460792.5257-58.3463
CIE-Lab59.453789.3302-53.4232

#f52def color RGB value is (245,45,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101101 11101111
Octal 365 55 357
Decimal 245 45 239
Hex F5 2D EF

RGB Percentages of Color #f52def

%46.31
%8.51
%45.18

CMYK Percentages of Color #f52def

%0
%82
%2
%4

Triadic Colors of #f52def

#f52def #eff52d #2deff5

Analogous Colors of #f52def

#f52def #f52d8b #972df5

Monochromatic Colors of #f52def

#f52def

Complementary Color

#f52def #2df533

#f52def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52def Color CSS Codes

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

#f52def Text Font Color

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

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


#f52def Background Color

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

This div background color is #f52def


#f52def Border Color

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

This div border color is #f52def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52def


Comments

No comments written yet.

Please login to write comment.