Color Hex Logo

#f82735 Color Hex

#F82735
(248,39,53)
0 Favorites   0 Comments

Color spaces of #f82735

RGB 2483953
HSL0.990.940.56
HSV356°84°97°
CMYK 0.000.840.79   0.03
XYZ40.079521.66455.4374
Yxy21.66450.59660.3225
Hunter Lab46.545172.250425.6553
CIE-Lab53.669274.644246.4692

#f82735 color RGB value is (248,39,53).

#f82735 hex color red value is 248, green value is 39 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f82735 hue: 0.99 , saturation: 0.94 and the lightness value of f82735 is 0.56.

The process color (four color CMYK) of #f82735 color hex is 0.00, 0.84, 0.79, 0.03. Web safe color of #f82735 is #ff3333. Color #f82735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 00110101
Octal 370 47 65
Decimal 248 39 53
Hex F8 27 35

RGB Percentages of Color #f82735

%72.94
%11.47
%15.59

CMYK Percentages of Color #f82735

%0
%84
%79
%3

Triadic Colors of #f82735

#f82735 #35f827 #2735f8

Analogous Colors of #f82735

#f82735 #f88227 #f8279e

Monochromatic Colors of #f82735

#f82735

Complementary Color

#f82735 #27f8ea

#f82735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82735 Color CSS Codes

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

#f82735 Text Font Color

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

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


#f82735 Background Color

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

This div background color is #f82735


#f82735 Border Color

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

This div border color is #f82735


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,39,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f82735; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f82735;
  -webkit-box-shadow: 1px 1px 3px 2px #f82735;
  box-shadow:         1px 1px 3px 2px #f82735; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,39,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82735

Related Colors


Comments

No comments written yet.

Please login to write comment.