Color Hex Logo

#ff338a Color Hex

#FF338A
(255,51,138)
0 Favorites   0 Comments

Color spaces of #ff338a

RGB 25551138
HSL0.931.000.60
HSV334°80°100°
CMYK 0.000.800.46   0.00
XYZ47.011325.462626.4818
Yxy25.46260.47510.2573
Hunter Lab50.460577.99304.2068
CIE-Lab57.523478.50821.9229

#ff338a color RGB value is (255,51,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110011 10001010
Octal 377 63 212
Decimal 255 51 138
Hex FF 33 8A

RGB Percentages of Color #ff338a

%57.43
%11.49
%31.08

CMYK Percentages of Color #ff338a

%0
%80
%46
%0

Triadic Colors of #ff338a

#ff338a #8aff33 #338aff

Analogous Colors of #ff338a

#ff338a #ff4233 #ff33f0

Monochromatic Colors of #ff338a

#ff338a

Complementary Color

#ff338a #33ffa8

#ff338a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff338a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff338a Color CSS Codes

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

#ff338a Text Font Color

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

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


#ff338a Background Color

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

This div background color is #ff338a


#ff338a Border Color

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

This div border color is #ff338a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff338a


Comments

No comments written yet.

Please login to write comment.