Color Hex Logo

#f02135 Color Hex

#F02135
(240,33,53)
0 Favorites   0 Comments

Color spaces of #f02135

RGB 2403353
HSL0.980.870.54
HSV354°86°94°
CMYK 0.000.860.78   0.06
XYZ37.121619.87005.2469
Yxy19.87000.59640.3193
Hunter Lab44.575870.642824.2242
CIE-Lab51.689973.715243.9269

#f02135 color RGB value is (240,33,53).

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

The process color (four color CMYK) of #f02135 color hex is 0.00, 0.86, 0.78, 0.06. Web safe color of #f02135 is #ff3333. Color #f02135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 00110101
Octal 360 41 65
Decimal 240 33 53
Hex F0 21 35

RGB Percentages of Color #f02135

%73.62
%10.12
%16.26

CMYK Percentages of Color #f02135

%0
%86
%78
%6

Triadic Colors of #f02135

#f02135 #35f021 #2135f0

Analogous Colors of #f02135

#f02135 #f07521 #f0219d

Monochromatic Colors of #f02135

#f02135

Complementary Color

#f02135 #21f0dc

#f02135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02135 Color CSS Codes

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

#f02135 Text Font Color

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

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


#f02135 Background Color

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

This div background color is #f02135


#f02135 Border Color

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

This div border color is #f02135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02135


Comments

No comments written yet.

Please login to write comment.