Color Hex Logo

#f54385 Color Hex

#F54385
(245,67,133)
0 Favorites   0 Comments

Color spaces of #f54385

RGB 24567133
HSL0.940.900.61
HSV338°73°96°
CMYK 0.000.730.46   0.04
XYZ43.897025.120224.7254
Yxy25.12020.46830.2680
Hunter Lab50.120168.62685.8349
CIE-Lab57.192371.00334.1756

#f54385 color RGB value is (245,67,133).

#f54385 hex color red value is 245, green value is 67 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f54385 hue: 0.94 , saturation: 0.90 and the lightness value of f54385 is 0.61.

The process color (four color CMYK) of #f54385 color hex is 0.00, 0.73, 0.46, 0.04. Web safe color of #f54385 is #ff3399. Color #f54385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000011 10000101
Octal 365 103 205
Decimal 245 67 133
Hex F5 43 85

RGB Percentages of Color #f54385

%55.06
%15.06
%29.89

CMYK Percentages of Color #f54385

%0
%73
%46
%4

Triadic Colors of #f54385

#f54385 #85f543 #4385f5

Analogous Colors of #f54385

#f54385 #f55a43 #f543de

Monochromatic Colors of #f54385

#f54385

Complementary Color

#f54385 #43f5b3

#f54385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54385 Color CSS Codes

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

#f54385 Text Font Color

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

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


#f54385 Background Color

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

This div background color is #f54385


#f54385 Border Color

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

This div border color is #f54385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,67,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 #f54385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54385


Comments

No comments written yet.

Please login to write comment.