Color Hex Logo

#ff095e Color Hex

#FF095E
(255,9,94)
0 Favorites   0 Comments

Color spaces of #ff095e

RGB 255994
HSL0.941.000.52
HSV339°96°100°
CMYK 0.000.960.63   0.00
XYZ43.358122.263512.6017
Yxy22.26350.55430.2846
Hunter Lab47.184281.453317.1941
CIE-Lab54.305581.858623.7504

#ff095e color RGB value is (255,9,94).

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

The process color (four color CMYK) of #ff095e color hex is 0.00, 0.96, 0.63, 0.00. Web safe color of #ff095e is #ff0066. Color #ff095e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001001 01011110
Octal 377 11 136
Decimal 255 9 94
Hex FF 9 5E

RGB Percentages of Color #ff095e

%71.23
%2.51
%26.26

CMYK Percentages of Color #ff095e

%0
%96
%63
%0

Triadic Colors of #ff095e

#ff095e #5eff09 #095eff

Analogous Colors of #ff095e

#ff095e #ff2f09 #ff09d9

Monochromatic Colors of #ff095e

#ff095e

Complementary Color

#ff095e #09ffaa

#ff095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff095e Color CSS Codes

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

#ff095e Text Font Color

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

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


#ff095e Background Color

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

This div background color is #ff095e


#ff095e Border Color

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

This div border color is #ff095e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff095e

Related Colors


Comments

No comments written yet.

Please login to write comment.