Color Hex Logo

#ff087a Color Hex

#FF087A
(255,8,122)
0 Favorites   0 Comments

Color spaces of #ff087a

RGB 2558122
HSL0.921.000.52
HSV332°97°100°
CMYK 0.000.970.52   0.00
XYZ44.839722.838820.4574
Yxy22.83880.50880.2591
Hunter Lab47.790083.84818.0728
CIE-Lab54.905983.60577.7020

#ff087a color RGB value is (255,8,122).

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

The process color (four color CMYK) of #ff087a color hex is 0.00, 0.97, 0.52, 0.00. Web safe color of #ff087a is #ff0066. Color #ff087a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 01111010
Octal 377 10 172
Decimal 255 8 122
Hex FF 8 7A

RGB Percentages of Color #ff087a

%66.23
%2.08
%31.69

CMYK Percentages of Color #ff087a

%0
%97
%52
%0

Triadic Colors of #ff087a

#ff087a #7aff08 #087aff

Analogous Colors of #ff087a

#ff087a #ff1108 #ff08f6

Monochromatic Colors of #ff087a

#ff087a

Complementary Color

#ff087a #08ff8d

#ff087a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff087a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff087a Color CSS Codes

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

#ff087a Text Font Color

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

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


#ff087a Background Color

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

This div background color is #ff087a


#ff087a Border Color

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

This div border color is #ff087a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff087a

Related Colors


Comments

No comments written yet.

Please login to write comment.