Color Hex Logo

#f51752 Color Hex

#F51752
(245,23,82)
0 Favorites   0 Comments

Color spaces of #f51752

RGB 2452382
HSL0.960.920.53
HSV344°91°96°
CMYK 0.000.910.67   0.04
XYZ39.485620.63459.8844
Yxy20.63450.56400.2948
Hunter Lab45.425275.666018.8963
CIE-Lab52.547177.619528.2984

#f51752 color RGB value is (245,23,82).

#f51752 hex color red value is 245, green value is 23 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f51752 hue: 0.96 , saturation: 0.92 and the lightness value of f51752 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010111 01010010
Octal 365 27 122
Decimal 245 23 82
Hex F5 17 52

RGB Percentages of Color #f51752

%70.00
%6.57
%23.43

CMYK Percentages of Color #f51752

%0
%91
%67
%4

Triadic Colors of #f51752

#f51752 #52f517 #1752f5

Analogous Colors of #f51752

#f51752 #f54b17 #f517c1

Monochromatic Colors of #f51752

#f51752

Complementary Color

#f51752 #17f5ba

#f51752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51752 Color CSS Codes

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

#f51752 Text Font Color

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

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


#f51752 Background Color

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

This div background color is #f51752


#f51752 Border Color

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

This div border color is #f51752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51752


Comments

No comments written yet.

Please login to write comment.