Color Hex Logo

#ff2abb Color Hex

#FF2ABB
(255,42,187)
0 Favorites   0 Comments

Color spaces of #ff2abb

RGB 25542187
HSL0.891.000.58
HSV319°84°100°
CMYK 0.000.840.27   0.00
XYZ51.037626.503849.4395
Yxy26.50380.40190.2087
Hunter Lab51.481886.8665-20.9006
CIE-Lab58.512285.2270-25.2522

#ff2abb color RGB value is (255,42,187).

#ff2abb hex color red value is 255, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff2abb hue: 0.89 , saturation: 1.00 and the lightness value of ff2abb is 0.58.

The process color (four color CMYK) of #ff2abb color hex is 0.00, 0.84, 0.27, 0.00. Web safe color of #ff2abb is #ff33cc. Color #ff2abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101010 10111011
Octal 377 52 273
Decimal 255 42 187
Hex FF 2A BB

RGB Percentages of Color #ff2abb

%52.69
%8.68
%38.64

CMYK Percentages of Color #ff2abb

%0
%84
%27
%0

Triadic Colors of #ff2abb

#ff2abb #bbff2a #2abbff

Analogous Colors of #ff2abb

#ff2abb #ff2a50 #d92aff

Monochromatic Colors of #ff2abb

#ff2abb

Complementary Color

#ff2abb #2aff6e

#ff2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2abb Color CSS Codes

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

#ff2abb Text Font Color

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

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


#ff2abb Background Color

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

This div background color is #ff2abb


#ff2abb Border Color

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

This div border color is #ff2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2abb

Related Colors


Comments

No comments written yet.

Please login to write comment.