Color Hex Logo

#f03823 Color Hex

#F03823
(240,56,35)
0 Favorites   0 Comments

Color spaces of #f03823

RGB 2405635
HSL0.020.870.54
HSV85°94°
CMYK 0.000.770.85   0.06
XYZ37.652721.47503.7507
Yxy21.47500.59880.3415
Hunter Lab46.341163.936327.6400
CIE-Lab53.465567.796754.6931

#f03823 color RGB value is (240,56,35).

#f03823 hex color red value is 240, green value is 56 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #f03823 hue: 0.02 , saturation: 0.87 and the lightness value of f03823 is 0.54.

The process color (four color CMYK) of #f03823 color hex is 0.00, 0.77, 0.85, 0.06. Web safe color of #f03823 is #ff3333. Color #f03823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111000 00100011
Octal 360 70 43
Decimal 240 56 35
Hex F0 38 23

RGB Percentages of Color #f03823

%72.51
%16.92
%10.57

CMYK Percentages of Color #f03823

%0
%77
%85
%6

Triadic Colors of #f03823

#f03823 #23f038 #3823f0

Analogous Colors of #f03823

#f03823 #f09f23 #f02375

Monochromatic Colors of #f03823

#f03823

Complementary Color

#f03823 #23dbf0

#f03823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03823 Color CSS Codes

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

#f03823 Text Font Color

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

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


#f03823 Background Color

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

This div background color is #f03823


#f03823 Border Color

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

This div border color is #f03823


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,56,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f03823; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f03823;
  -webkit-box-shadow: 1px 1px 3px 2px #f03823;
  box-shadow:         1px 1px 3px 2px #f03823; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,56,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03823


Comments

No comments written yet.

Please login to write comment.