Color Hex Logo

#ff384e Color Hex

#FF384E
(255,56,78)
0 Favorites   0 Comments

Color spaces of #ff384e

RGB 2555678
HSL0.981.000.61
HSV353°78°100°
CMYK 0.000.780.69   0.00
XYZ44.029324.63849.6428
Yxy24.63840.56220.3146
Hunter Lab49.637171.468923.2279
CIE-Lab56.721473.421236.2338

#ff384e color RGB value is (255,56,78).

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

The process color (four color CMYK) of #ff384e color hex is 0.00, 0.78, 0.69, 0.00. Web safe color of #ff384e is #ff3366. Color #ff384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111000 01001110
Octal 377 70 116
Decimal 255 56 78
Hex FF 38 4E

RGB Percentages of Color #ff384e

%65.55
%14.40
%20.05

CMYK Percentages of Color #ff384e

%0
%78
%69
%0

Triadic Colors of #ff384e

#ff384e #4eff38 #384eff

Analogous Colors of #ff384e

#ff384e #ff8638 #ff38b2

Monochromatic Colors of #ff384e

#ff384e

Complementary Color

#ff384e #38ffe9

#ff384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff384e Color CSS Codes

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

#ff384e Text Font Color

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

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


#ff384e Background Color

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

This div background color is #ff384e


#ff384e Border Color

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

This div border color is #ff384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff384e

Related Colors


Comments

No comments written yet.

Please login to write comment.