Color Hex Logo

#f528da Color Hex

#F528DA
(245,40,218)
0 Favorites   0 Comments

Color spaces of #f528da

RGB 24540218
HSL0.860.910.56
HSV308°84°96°
CMYK 0.000.840.11   0.04
XYZ51.069925.992068.6549
Yxy25.99200.35050.1784
Hunter Lab50.982389.5874-44.1547
CIE-Lab58.029587.3935-43.8642

#f528da color RGB value is (245,40,218).

#f528da hex color red value is 245, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f528da hue: 0.86 , saturation: 0.91 and the lightness value of f528da is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 11011010
Octal 365 50 332
Decimal 245 40 218
Hex F5 28 DA

RGB Percentages of Color #f528da

%48.71
%7.95
%43.34

CMYK Percentages of Color #f528da

%0
%84
%11
%4

Triadic Colors of #f528da

#f528da #daf528 #28daf5

Analogous Colors of #f528da

#f528da #f52874 #aa28f5

Monochromatic Colors of #f528da

#f528da

Complementary Color

#f528da #28f543

#f528da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f528da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f528da Color CSS Codes

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

#f528da Text Font Color

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

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


#f528da Background Color

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

This div background color is #f528da


#f528da Border Color

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

This div border color is #f528da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,40,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f528da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f528da;
  -webkit-box-shadow: 1px 1px 3px 2px #f528da;
  box-shadow:         1px 1px 3px 2px #f528da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f528da


Comments

No comments written yet.

Please login to write comment.