Color Hex Logo

#ff025b Color Hex

#FF025B
(255,2,91)
0 Favorites   0 Comments

Color spaces of #ff025b

RGB 255291
HSL0.941.000.50
HSV339°99°100°
CMYK 0.000.990.64   0.00
XYZ43.150022.058711.8810
Yxy22.05870.55970.2861
Hunter Lab46.966781.802717.8783
CIE-Lab54.089282.173925.2722

#ff025b color RGB value is (255,2,91).

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

The process color (four color CMYK) of #ff025b color hex is 0.00, 0.99, 0.64, 0.00. Web safe color of #ff025b is #ff0066. Color #ff025b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 01011011
Octal 377 2 133
Decimal 255 2 91
Hex FF 2 5B

RGB Percentages of Color #ff025b

%73.28
%0.57
%26.15

CMYK Percentages of Color #ff025b

%0
%99
%64
%0

Triadic Colors of #ff025b

#ff025b #5bff02 #025bff

Analogous Colors of #ff025b

#ff025b #ff2802 #ff02da

Monochromatic Colors of #ff025b

#ff025b

Complementary Color

#ff025b #02ffa6

#ff025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff025b Color CSS Codes

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

#ff025b Text Font Color

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

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


#ff025b Background Color

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

This div background color is #ff025b


#ff025b Border Color

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

This div border color is #ff025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff025b

Related Colors


Comments

No comments written yet.

Please login to write comment.