Color Hex Logo

#ff015e Color Hex

#FF015E
(255,1,94)
0 Favorites   0 Comments

Color spaces of #ff015e

RGB 255194
HSL0.941.000.50
HSV338°100°100°
CMYK 0.001.000.63   0.00
XYZ43.271222.089912.5728
Yxy22.08990.55520.2834
Hunter Lab46.999982.089117.0394
CIE-Lab54.122382.391023.5090

#ff015e color RGB value is (255,1,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 01011110
Octal 377 1 136
Decimal 255 1 94
Hex FF 1 5E

RGB Percentages of Color #ff015e

%72.86
%0.29
%26.86

CMYK Percentages of Color #ff015e

%0
%100
%63
%0

Triadic Colors of #ff015e

#ff015e #5eff01 #015eff

Analogous Colors of #ff015e

#ff015e #ff2301 #ff01dd

Monochromatic Colors of #ff015e

#ff015e

Complementary Color

#ff015e #01ffa2

#ff015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff015e Color CSS Codes

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

#ff015e Text Font Color

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

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


#ff015e Background Color

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

This div background color is #ff015e


#ff015e Border Color

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

This div border color is #ff015e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,1,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 #ff015e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff015e

Related Colors


Comments

No comments written yet.

Please login to write comment.