Color Hex Logo

#f530ea Color Hex

#F530EA
(245,48,234)
0 Favorites   0 Comments

Color spaces of #f530ea

RGB 24548234
HSL0.840.910.57
HSV303°80°96°
CMYK 0.000.800.04   0.04
XYZ53.564427.466980.3204
Yxy27.46690.33200.1702
Hunter Lab52.408990.7201-54.1800
CIE-Lab59.404087.9819-50.7043

#f530ea color RGB value is (245,48,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 11101010
Octal 365 60 352
Decimal 245 48 234
Hex F5 30 EA

RGB Percentages of Color #f530ea

%46.49
%9.11
%44.40

CMYK Percentages of Color #f530ea

%0
%80
%4
%4

Triadic Colors of #f530ea

#f530ea #eaf530 #30eaf5

Analogous Colors of #f530ea

#f530ea #f53088 #9e30f5

Monochromatic Colors of #f530ea

#f530ea

Complementary Color

#f530ea #30f53b

#f530ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530ea Color CSS Codes

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

#f530ea Text Font Color

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

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


#f530ea Background Color

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

This div background color is #f530ea


#f530ea Border Color

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

This div border color is #f530ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530ea


Comments

No comments written yet.

Please login to write comment.