Color Hex Logo

#ff528d Color Hex

#FF528D
(255,82,141)
0 Favorites   0 Comments

Color spaces of #ff528d

RGB 25582141
HSL0.941.000.66
HSV340°68°100°
CMYK 0.000.680.45   0.00
XYZ49.065029.217728.2529
Yxy29.21770.46060.2743
Hunter Lab54.053467.43346.8474
CIE-Lab60.973369.31415.1477

#ff528d color RGB value is (255,82,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 10001101
Octal 377 122 215
Decimal 255 82 141
Hex FF 52 8D

RGB Percentages of Color #ff528d

%53.35
%17.15
%29.50

CMYK Percentages of Color #ff528d

%0
%68
%45
%0

Triadic Colors of #ff528d

#ff528d #8dff52 #528dff

Analogous Colors of #ff528d

#ff528d #ff6e52 #ff52e4

Monochromatic Colors of #ff528d

#ff528d

Complementary Color

#ff528d #52ffc4

#ff528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff528d Color CSS Codes

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

#ff528d Text Font Color

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

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


#ff528d Background Color

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

This div background color is #ff528d


#ff528d Border Color

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

This div border color is #ff528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff528d

Related Colors


Comments

No comments written yet.

Please login to write comment.