Color Hex Logo

#f525ee Color Hex

#F525EE
(245,37,238)
0 Favorites   0 Comments

Color spaces of #f525ee

RGB 24537238
HSL0.840.910.55
HSV302°85°96°
CMYK 0.000.850.03   0.04
XYZ53.750426.908783.2499
Yxy26.90870.32790.1642
Hunter Lab51.873694.1794-58.8407
CIE-Lab58.889790.6762-53.7619

#f525ee color RGB value is (245,37,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100101 11101110
Octal 365 45 356
Decimal 245 37 238
Hex F5 25 EE

RGB Percentages of Color #f525ee

%47.12
%7.12
%45.77

CMYK Percentages of Color #f525ee

%0
%85
%3
%4

Triadic Colors of #f525ee

#f525ee #eef525 #25eef5

Analogous Colors of #f525ee

#f525ee #f52586 #9425f5

Monochromatic Colors of #f525ee

#f525ee

Complementary Color

#f525ee #25f52c

#f525ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f525ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f525ee Color CSS Codes

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

#f525ee Text Font Color

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

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


#f525ee Background Color

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

This div background color is #f525ee


#f525ee Border Color

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

This div border color is #f525ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,37,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 #f525ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f525ee

Related Colors


Comments

No comments written yet.

Please login to write comment.