Color Hex Logo

#f530da Color Hex

#F530DA
(245,48,218)
0 Favorites   0 Comments

Color spaces of #f530da

RGB 24548218
HSL0.860.910.57
HSV308°80°96°
CMYK 0.000.800.11   0.04
XYZ51.368026.588368.7543
Yxy26.58830.35010.1812
Hunter Lab51.563887.5853-42.9615
CIE-Lab58.591385.7611-42.9782

#f530da color RGB value is (245,48,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 11011010
Octal 365 60 332
Decimal 245 48 218
Hex F5 30 DA

RGB Percentages of Color #f530da

%47.95
%9.39
%42.66

CMYK Percentages of Color #f530da

%0
%80
%11
%4

Triadic Colors of #f530da

#f530da #daf530 #30daf5

Analogous Colors of #f530da

#f530da #f53078 #ae30f5

Monochromatic Colors of #f530da

#f530da

Complementary Color

#f530da #30f54b

#f530da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530da Color CSS Codes

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

#f530da Text Font Color

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

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


#f530da Background Color

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

This div background color is #f530da


#f530da Border Color

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

This div border color is #f530da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530da


Comments

No comments written yet.

Please login to write comment.