Color Hex Logo

#f51488 Color Hex

#F51488
(245,20,136)
0 Favorites   0 Comments

Color spaces of #f51488

RGB 24520136
HSL0.910.920.52
HSV329°92°96°
CMYK 0.000.920.44   0.04
XYZ42.350321.690425.2471
Yxy21.69040.47430.2429
Hunter Lab46.573080.81320.4601
CIE-Lab53.697081.4759-2.7032

#f51488 color RGB value is (245,20,136).

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

The process color (four color CMYK) of #f51488 color hex is 0.00, 0.92, 0.44, 0.04. Web safe color of #f51488 is #ff0099. Color #f51488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 10001000
Octal 365 24 210
Decimal 245 20 136
Hex F5 14 88

RGB Percentages of Color #f51488

%61.10
%4.99
%33.92

CMYK Percentages of Color #f51488

%0
%92
%44
%4

Triadic Colors of #f51488

#f51488 #88f514 #1488f5

Analogous Colors of #f51488

#f51488 #f51418 #f214f5

Monochromatic Colors of #f51488

#f51488

Complementary Color

#f51488 #14f581

#f51488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51488 Color CSS Codes

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

#f51488 Text Font Color

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

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


#f51488 Background Color

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

This div background color is #f51488


#f51488 Border Color

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

This div border color is #f51488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51488


Comments

No comments written yet.

Please login to write comment.