Color Hex Logo

#f528be Color Hex

#F528BE
(245,40,190)
0 Favorites   0 Comments

Color spaces of #f528be

RGB 24540190
HSL0.880.910.56
HSV316°84°96°
CMYK 0.000.840.22   0.04
XYZ47.709224.647850.9581
Yxy24.64780.38690.1999
Hunter Lab49.646684.6530-26.1037
CIE-Lab56.730683.8724-29.8819

#f528be color RGB value is (245,40,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 10111110
Octal 365 50 276
Decimal 245 40 190
Hex F5 28 BE

RGB Percentages of Color #f528be

%51.58
%8.42
%40.00

CMYK Percentages of Color #f528be

%0
%84
%22
%4

Triadic Colors of #f528be

#f528be #bef528 #28bef5

Analogous Colors of #f528be

#f528be #f52857 #c628f5

Monochromatic Colors of #f528be

#f528be

Complementary Color

#f528be #28f55f

#f528be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f528be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f528be Color CSS Codes

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

#f528be Text Font Color

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

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


#f528be Background Color

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

This div background color is #f528be


#f528be Border Color

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

This div border color is #f528be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f528be


Comments

No comments written yet.

Please login to write comment.