Color Hex Logo

#f52d81 Color Hex

#F52D81
(245,45,129)
0 Favorites   0 Comments

Color spaces of #f52d81

RGB 24545129
HSL0.930.910.57
HSV335°82°96°
CMYK 0.000.820.47   0.04
XYZ42.557022.874222.9410
Yxy22.87420.48160.2588
Hunter Lab47.827075.13425.0395
CIE-Lab54.942576.72743.3054

#f52d81 color RGB value is (245,45,129).

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

The process color (four color CMYK) of #f52d81 color hex is 0.00, 0.82, 0.47, 0.04. Web safe color of #f52d81 is #ff3399. Color #f52d81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101101 10000001
Octal 365 55 201
Decimal 245 45 129
Hex F5 2D 81

RGB Percentages of Color #f52d81

%58.47
%10.74
%30.79

CMYK Percentages of Color #f52d81

%0
%82
%47
%4

Triadic Colors of #f52d81

#f52d81 #81f52d #2d81f5

Analogous Colors of #f52d81

#f52d81 #f53d2d #f52de5

Monochromatic Colors of #f52d81

#f52d81

Complementary Color

#f52d81 #2df5a1

#f52d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52d81 Color CSS Codes

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

#f52d81 Text Font Color

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

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


#f52d81 Background Color

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

This div background color is #f52d81


#f52d81 Border Color

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

This div border color is #f52d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52d81


Comments

No comments written yet.

Please login to write comment.