Color Hex Logo

#ff383e Color Hex

#FF383E
(255,56,62)
0 Favorites   0 Comments

Color spaces of #ff383e

RGB 2555662
HSL0.991.000.61
HSV358°78°100°
CMYK 0.000.780.76   0.00
XYZ43.523724.43616.9801
Yxy24.43610.58080.3261
Hunter Lab49.432970.654626.2311
CIE-Lab56.521872.794844.9933

#ff383e color RGB value is (255,56,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111000 00111110
Octal 377 70 76
Decimal 255 56 62
Hex FF 38 3E

RGB Percentages of Color #ff383e

%68.36
%15.01
%16.62

CMYK Percentages of Color #ff383e

%0
%78
%76
%0

Triadic Colors of #ff383e

#ff383e #3eff38 #383eff

Analogous Colors of #ff383e

#ff383e #ff9638 #ff38a2

Monochromatic Colors of #ff383e

#ff383e

Complementary Color

#ff383e #38fff9

#ff383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff383e Color CSS Codes

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

#ff383e Text Font Color

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

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


#ff383e Background Color

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

This div background color is #ff383e


#ff383e Border Color

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

This div border color is #ff383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff383e


Comments

No comments written yet.

Please login to write comment.