Color Hex Logo

#ff038b Color Hex

#FF038B
(255,3,139)
0 Favorites   0 Comments

Color spaces of #ff038b

RGB 2553139
HSL0.911.000.51
HSV328°99°100°
CMYK 0.000.990.45   0.00
XYZ45.932823.189226.4811
Yxy23.18920.48050.2426
Hunter Lab48.155285.99071.1043
CIE-Lab55.266785.1881-1.9668

#ff038b color RGB value is (255,3,139).

#ff038b hex color red value is 255, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ff038b hue: 0.91 , saturation: 1.00 and the lightness value of ff038b is 0.51.

The process color (four color CMYK) of #ff038b color hex is 0.00, 0.99, 0.45, 0.00. Web safe color of #ff038b is #ff0099. Color #ff038b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000011 10001011
Octal 377 3 213
Decimal 255 3 139
Hex FF 3 8B

RGB Percentages of Color #ff038b

%64.23
%0.76
%35.01

CMYK Percentages of Color #ff038b

%0
%99
%45
%0

Triadic Colors of #ff038b

#ff038b #8bff03 #038bff

Analogous Colors of #ff038b

#ff038b #ff030d #f503ff

Monochromatic Colors of #ff038b

#ff038b

Complementary Color

#ff038b #03ff77

#ff038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff038b Color CSS Codes

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

#ff038b Text Font Color

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

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


#ff038b Background Color

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

This div background color is #ff038b


#ff038b Border Color

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

This div border color is #ff038b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff038b


Comments

No comments written yet.

Please login to write comment.