Color Hex Logo

#ff388c Color Hex

#FF388C
(255,56,140)
0 Favorites   0 Comments

Color spaces of #ff388c

RGB 25556140
HSL0.931.000.61
HSV335°78°100°
CMYK 0.000.780.45   0.00
XYZ47.387825.981827.3283
Yxy25.98180.47060.2580
Hunter Lab50.972376.74573.8929
CIE-Lab58.019877.42141.4625

#ff388c color RGB value is (255,56,140).

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

The process color (four color CMYK) of #ff388c color hex is 0.00, 0.78, 0.45, 0.00. Web safe color of #ff388c is #ff3399. Color #ff388c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111000 10001100
Octal 377 70 214
Decimal 255 56 140
Hex FF 38 8C

RGB Percentages of Color #ff388c

%56.54
%12.42
%31.04

CMYK Percentages of Color #ff388c

%0
%78
%45
%0

Triadic Colors of #ff388c

#ff388c #8cff38 #388cff

Analogous Colors of #ff388c

#ff388c #ff4838 #ff38f0

Monochromatic Colors of #ff388c

#ff388c

Complementary Color

#ff388c #38ffab

#ff388c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff388c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff388c Color CSS Codes

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

#ff388c Text Font Color

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

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


#ff388c Background Color

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

This div background color is #ff388c


#ff388c Border Color

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

This div border color is #ff388c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff388c

Related Colors

#ff388c Color Palettes


Comments

No comments written yet.

Please login to write comment.