Color Hex Logo

#f528dc Color Hex

#F528DC
(245,40,220)
0 Favorites   0 Comments

Color spaces of #f528dc

RGB 24540220
HSL0.850.910.56
HSV307°84°96°
CMYK 0.000.840.10   0.04
XYZ51.333226.097470.0419
Yxy26.09740.34810.1770
Hunter Lab51.085689.9653-45.5307
CIE-Lab58.129487.6601-44.8391

#f528dc color RGB value is (245,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 11011100
Octal 365 50 334
Decimal 245 40 220
Hex F5 28 DC

RGB Percentages of Color #f528dc

%48.51
%7.92
%43.56

CMYK Percentages of Color #f528dc

%0
%84
%10
%4

Triadic Colors of #f528dc

#f528dc #dcf528 #28dcf5

Analogous Colors of #f528dc

#f528dc #f52876 #a828f5

Monochromatic Colors of #f528dc

#f528dc

Complementary Color

#f528dc #28f541

#f528dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f528dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f528dc Color CSS Codes

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

#f528dc Text Font Color

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

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


#f528dc Background Color

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

This div background color is #f528dc


#f528dc Border Color

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

This div border color is #f528dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f528dc


Comments

No comments written yet.

Please login to write comment.