Color Hex Logo

#f51285 Color Hex

#F51285
(245,18,133)
0 Favorites   0 Comments

Color spaces of #f51285

RGB 24518133
HSL0.920.920.52
HSV330°93°96°
CMYK 0.000.930.46   0.04
XYZ42.106121.538524.1284
Yxy21.53850.47970.2454
Hunter Lab46.409680.73121.6618
CIE-Lab53.533981.4434-1.1421

#f51285 color RGB value is (245,18,133).

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

The process color (four color CMYK) of #f51285 color hex is 0.00, 0.93, 0.46, 0.04. Web safe color of #f51285 is #ff0099. Color #f51285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010010 10000101
Octal 365 22 205
Decimal 245 18 133
Hex F5 12 85

RGB Percentages of Color #f51285

%61.87
%4.55
%33.59

CMYK Percentages of Color #f51285

%0
%93
%46
%4

Triadic Colors of #f51285

#f51285 #85f512 #1285f5

Analogous Colors of #f51285

#f51285 #f51214 #f412f5

Monochromatic Colors of #f51285

#f51285

Complementary Color

#f51285 #12f582

#f51285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51285 Color CSS Codes

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

#f51285 Text Font Color

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

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


#f51285 Background Color

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

This div background color is #f51285


#f51285 Border Color

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

This div border color is #f51285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51285


Comments

No comments written yet.

Please login to write comment.