Color Hex Logo

#ff338d Color Hex

#FF338D
(255,51,141)
0 Favorites   0 Comments

Color spaces of #ff338d

RGB 25551141
HSL0.931.000.60
HSV334°80°100°
CMYK 0.000.800.45   0.00
XYZ47.231525.550727.6417
Yxy25.55070.47030.2544
Hunter Lab50.547778.33102.9610
CIE-Lab57.608178.75950.2723

#ff338d color RGB value is (255,51,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110011 10001101
Octal 377 63 215
Decimal 255 51 141
Hex FF 33 8D

RGB Percentages of Color #ff338d

%57.05
%11.41
%31.54

CMYK Percentages of Color #ff338d

%0
%80
%45
%0

Triadic Colors of #ff338d

#ff338d #8dff33 #338dff

Analogous Colors of #ff338d

#ff338d #ff3f33 #ff33f3

Monochromatic Colors of #ff338d

#ff338d

Complementary Color

#ff338d #33ffa5

#ff338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff338d Color CSS Codes

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

#ff338d Text Font Color

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

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


#ff338d Background Color

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

This div background color is #ff338d


#ff338d Border Color

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

This div border color is #ff338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff338d


Comments

No comments written yet.

Please login to write comment.