Color Hex Logo

#f528ee Color Hex

#F528EE
(245,40,238)
0 Favorites   0 Comments

Color spaces of #f528ee

RGB 24540238
HSL0.840.910.56
HSV302°84°96°
CMYK 0.000.840.03   0.04
XYZ53.847627.103183.2823
Yxy27.10310.32790.1650
Hunter Lab52.060693.5208-58.4048
CIE-Lab59.069690.1498-53.4754

#f528ee color RGB value is (245,40,238).

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

The process color (four color CMYK) of #f528ee color hex is 0.00, 0.84, 0.03, 0.04. Web safe color of #f528ee is #ff33ff. Color #f528ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101000 11101110
Octal 365 50 356
Decimal 245 40 238
Hex F5 28 EE

RGB Percentages of Color #f528ee

%46.85
%7.65
%45.51

CMYK Percentages of Color #f528ee

%0
%84
%3
%4

Triadic Colors of #f528ee

#f528ee #eef528 #28eef5

Analogous Colors of #f528ee

#f528ee #f52888 #9628f5

Monochromatic Colors of #f528ee

#f528ee

Complementary Color

#f528ee #28f52f

#f528ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f528ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f528ee Color CSS Codes

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

#f528ee Text Font Color

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

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


#f528ee Background Color

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

This div background color is #f528ee


#f528ee Border Color

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

This div border color is #f528ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f528ee


Comments

No comments written yet.

Please login to write comment.