Color Hex Logo

#ff338c Color Hex

#FF338C
(255,51,140)
0 Favorites   0 Comments

Color spaces of #ff338c

RGB 25551140
HSL0.931.000.60
HSV334°80°100°
CMYK 0.000.800.45   0.00
XYZ47.157525.521127.2515
Yxy25.52110.47190.2554
Hunter Lab50.518478.21743.3797
CIE-Lab57.579778.67510.8220

#ff338c color RGB value is (255,51,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110011 10001100
Octal 377 63 214
Decimal 255 51 140
Hex FF 33 8C

RGB Percentages of Color #ff338c

%57.17
%11.43
%31.39

CMYK Percentages of Color #ff338c

%0
%80
%45
%0

Triadic Colors of #ff338c

#ff338c #8cff33 #338cff

Analogous Colors of #ff338c

#ff338c #ff4033 #ff33f2

Monochromatic Colors of #ff338c

#ff338c

Complementary Color

#ff338c #33ffa6

#ff338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff338c Color CSS Codes

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

#ff338c Text Font Color

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

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


#ff338c Background Color

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

This div background color is #ff338c


#ff338c Border Color

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

This div border color is #ff338c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,51,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 #ff338c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff338c

Related Colors


Comments

No comments written yet.

Please login to write comment.