Color Hex Logo

#ff085a Color Hex

#FF085A
(255,8,90)
0 Favorites   0 Comments

Color spaces of #ff085a

RGB 255890
HSL0.941.000.52
HSV340°97°100°
CMYK 0.000.970.65   0.00
XYZ43.172322.171911.6770
Yxy22.17190.56050.2879
Hunter Lab47.087081.257418.2578
CIE-Lab54.208981.724226.0287

#ff085a color RGB value is (255,8,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 01011010
Octal 377 10 132
Decimal 255 8 90
Hex FF 8 5A

RGB Percentages of Color #ff085a

%72.24
%2.27
%25.50

CMYK Percentages of Color #ff085a

%0
%97
%65
%0

Triadic Colors of #ff085a

#ff085a #5aff08 #085aff

Analogous Colors of #ff085a

#ff085a #ff3108 #ff08d6

Monochromatic Colors of #ff085a

#ff085a

Complementary Color

#ff085a #08ffad

#ff085a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff085a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff085a Color CSS Codes

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

#ff085a Text Font Color

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

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


#ff085a Background Color

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

This div background color is #ff085a


#ff085a Border Color

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

This div border color is #ff085a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff085a

Related Colors


Comments

No comments written yet.

Please login to write comment.