Color Hex Logo

#ff338f Color Hex

#FF338F
(255,51,143)
0 Favorites   0 Comments

Color spaces of #ff338f

RGB 25551143
HSL0.921.000.60
HSV333°80°100°
CMYK 0.000.800.44   0.00
XYZ47.381825.610828.4327
Yxy25.61080.46720.2525
Hunter Lab50.607178.56132.1140
CIE-Lab57.665878.9306-0.8249

#ff338f color RGB value is (255,51,143).

#ff338f hex color red value is 255, green value is 51 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ff338f hue: 0.92 , saturation: 1.00 and the lightness value of ff338f is 0.60.

The process color (four color CMYK) of #ff338f color hex is 0.00, 0.80, 0.44, 0.00. Web safe color of #ff338f is #ff3399. Color #ff338f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110011 10001111
Octal 377 63 217
Decimal 255 51 143
Hex FF 33 8F

RGB Percentages of Color #ff338f

%56.79
%11.36
%31.85

CMYK Percentages of Color #ff338f

%0
%80
%44
%0

Triadic Colors of #ff338f

#ff338f #8fff33 #338fff

Analogous Colors of #ff338f

#ff338f #ff3d33 #ff33f5

Monochromatic Colors of #ff338f

#ff338f

Complementary Color

#ff338f #33ffa3

#ff338f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff338f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff338f Color CSS Codes

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

#ff338f Text Font Color

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

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


#ff338f Background Color

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

This div background color is #ff338f


#ff338f Border Color

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

This div border color is #ff338f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff338f


Comments

No comments written yet.

Please login to write comment.