Color Hex Logo

#ff087c Color Hex

#FF087C
(255,8,124)
0 Favorites   0 Comments

Color spaces of #ff087c

RGB 2558124
HSL0.921.000.52
HSV332°97°100°
CMYK 0.000.970.51   0.00
XYZ44.964922.888921.1169
Yxy22.88890.50540.2573
Hunter Lab47.842384.04017.3199
CIE-Lab54.957783.74436.5734

#ff087c color RGB value is (255,8,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 01111100
Octal 377 10 174
Decimal 255 8 124
Hex FF 8 7C

RGB Percentages of Color #ff087c

%65.89
%2.07
%32.04

CMYK Percentages of Color #ff087c

%0
%97
%51
%0

Triadic Colors of #ff087c

#ff087c #7cff08 #087cff

Analogous Colors of #ff087c

#ff087c #ff0f08 #ff08f8

Monochromatic Colors of #ff087c

#ff087c

Complementary Color

#ff087c #08ff8b

#ff087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff087c Color CSS Codes

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

#ff087c Text Font Color

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

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


#ff087c Background Color

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

This div background color is #ff087c


#ff087c Border Color

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

This div border color is #ff087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff087c

Related Colors


Comments

No comments written yet.

Please login to write comment.