Color Hex Logo

#ff58bb Color Hex

#FF58BB
(255,88,187)
0 Favorites   0 Comments

Color spaces of #ff58bb

RGB 25588187
HSL0.901.000.67
HSV324°65°100°
CMYK 0.000.650.27   0.00
XYZ53.699431.827350.3267
Yxy31.82730.39530.2343
Hunter Lab56.415771.1782-13.3998
CIE-Lab63.199971.9671-18.0841

#ff58bb color RGB value is (255,88,187).

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

The process color (four color CMYK) of #ff58bb color hex is 0.00, 0.65, 0.27, 0.00. Web safe color of #ff58bb is #ff66cc. Color #ff58bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011000 10111011
Octal 377 130 273
Decimal 255 88 187
Hex FF 58 BB

RGB Percentages of Color #ff58bb

%48.11
%16.60
%35.28

CMYK Percentages of Color #ff58bb

%0
%65
%27
%0

Triadic Colors of #ff58bb

#ff58bb #bbff58 #58bbff

Analogous Colors of #ff58bb

#ff58bb #ff5868 #f058ff

Monochromatic Colors of #ff58bb

#ff58bb

Complementary Color

#ff58bb #58ff9c

#ff58bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff58bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff58bb Color CSS Codes

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

#ff58bb Text Font Color

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

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


#ff58bb Background Color

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

This div background color is #ff58bb


#ff58bb Border Color

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

This div border color is #ff58bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff58bb

Related Colors


Comments

No comments written yet.

Please login to write comment.