Color Hex Logo

#f51572 Color Hex

#F51572
(245,21,114)
0 Favorites   0 Comments

Color spaces of #f51572

RGB 24521114
HSL0.930.920.52
HSV335°91°96°
CMYK 0.000.910.53   0.04
XYZ40.961621.163717.8457
Yxy21.16370.51220.2646
Hunter Lab46.004078.42799.2033
CIE-Lab53.128279.70699.7352

#f51572 color RGB value is (245,21,114).

#f51572 hex color red value is 245, green value is 21 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f51572 hue: 0.93 , saturation: 0.92 and the lightness value of f51572 is 0.52.

The process color (four color CMYK) of #f51572 color hex is 0.00, 0.91, 0.53, 0.04. Web safe color of #f51572 is #ff0066. Color #f51572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 01110010
Octal 365 25 162
Decimal 245 21 114
Hex F5 15 72

RGB Percentages of Color #f51572

%64.47
%5.53
%30.00

CMYK Percentages of Color #f51572

%0
%91
%53
%4

Triadic Colors of #f51572

#f51572 #72f515 #1572f5

Analogous Colors of #f51572

#f51572 #f52815 #f515e2

Monochromatic Colors of #f51572

#f51572

Complementary Color

#f51572 #15f598

#f51572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51572 Color CSS Codes

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

#f51572 Text Font Color

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

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


#f51572 Background Color

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

This div background color is #f51572


#f51572 Border Color

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

This div border color is #f51572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51572


Comments

No comments written yet.

Please login to write comment.