Color Hex Logo

#ff382f Color Hex

#FF382F
(255,56,47)
0 Favorites   0 Comments

Color spaces of #ff382f

RGB 2555647
HSL0.011.000.59
HSV82°100°
CMYK 0.000.780.82   0.00
XYZ43.167324.29365.1033
Yxy24.29360.59490.3348
Hunter Lab49.288570.076828.3631
CIE-Lab56.380672.348852.6844

#ff382f color RGB value is (255,56,47).

#ff382f hex color red value is 255, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ff382f hue: 0.01 , saturation: 1.00 and the lightness value of ff382f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111000 00101111
Octal 377 70 57
Decimal 255 56 47
Hex FF 38 2F

RGB Percentages of Color #ff382f

%71.23
%15.64
%13.13

CMYK Percentages of Color #ff382f

%0
%78
%82
%0

Triadic Colors of #ff382f

#ff382f #2fff38 #382fff

Analogous Colors of #ff382f

#ff382f #ffa02f #ff2f8e

Monochromatic Colors of #ff382f

#ff382f

Complementary Color

#ff382f #2ff6ff

#ff382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff382f Color CSS Codes

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

#ff382f Text Font Color

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

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


#ff382f Background Color

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

This div background color is #ff382f


#ff382f Border Color

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

This div border color is #ff382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff382f


Comments

No comments written yet.

Please login to write comment.