Color Hex Logo

#ff528b Color Hex

#FF528B
(255,82,139)
0 Favorites   0 Comments

Color spaces of #ff528b

RGB 25582139
HSL0.951.000.66
HSV340°68°100°
CMYK 0.000.680.45   0.00
XYZ48.917529.158727.4760
Yxy29.15870.46340.2762
Hunter Lab53.998867.20527.6309
CIE-Lab60.921469.13536.2385

#ff528b color RGB value is (255,82,139).

#ff528b hex color red value is 255, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ff528b hue: 0.95 , saturation: 1.00 and the lightness value of ff528b is 0.66.

The process color (four color CMYK) of #ff528b color hex is 0.00, 0.68, 0.45, 0.00. Web safe color of #ff528b is #ff6699. Color #ff528b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 10001011
Octal 377 122 213
Decimal 255 82 139
Hex FF 52 8B

RGB Percentages of Color #ff528b

%53.57
%17.23
%29.20

CMYK Percentages of Color #ff528b

%0
%68
%45
%0

Triadic Colors of #ff528b

#ff528b #8bff52 #528bff

Analogous Colors of #ff528b

#ff528b #ff7052 #ff52e2

Monochromatic Colors of #ff528b

#ff528b

Complementary Color

#ff528b #52ffc6

#ff528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff528b Color CSS Codes

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

#ff528b Text Font Color

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

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


#ff528b Background Color

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

This div background color is #ff528b


#ff528b Border Color

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

This div border color is #ff528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff528b

#ff528b Color Palettes


Comments

No comments written yet.

Please login to write comment.