Color Hex Logo

#f51844 Color Hex

#F51844
(245,24,68)
0 Favorites   0 Comments

Color spaces of #f51844

RGB 2452468
HSL0.970.920.53
HSV348°90°96°
CMYK 0.000.900.72   0.04
XYZ39.026220.48317.3656
Yxy20.48310.58360.3063
Hunter Lab45.258374.718622.0316
CIE-Lab52.379176.891336.4034

#f51844 color RGB value is (245,24,68).

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

The process color (four color CMYK) of #f51844 color hex is 0.00, 0.90, 0.72, 0.04. Web safe color of #f51844 is #ff0033. Color #f51844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011000 01000100
Octal 365 30 104
Decimal 245 24 68
Hex F5 18 44

RGB Percentages of Color #f51844

%72.70
%7.12
%20.18

CMYK Percentages of Color #f51844

%0
%90
%72
%4

Triadic Colors of #f51844

#f51844 #44f518 #1844f5

Analogous Colors of #f51844

#f51844 #f55a18 #f518b3

Monochromatic Colors of #f51844

#f51844

Complementary Color

#f51844 #18f5c9

#f51844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51844 Color CSS Codes

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

#f51844 Text Font Color

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

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


#f51844 Background Color

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

This div background color is #f51844


#f51844 Border Color

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

This div border color is #f51844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51844


Comments

No comments written yet.

Please login to write comment.