Color Hex Logo

#f530bd Color Hex

#F530BD
(245,48,189)
0 Favorites   0 Comments

Color spaces of #f530bd

RGB 24548189
HSL0.880.910.57
HSV317°80°96°
CMYK 0.000.800.23   0.04
XYZ47.898425.200550.4838
Yxy25.20050.38760.2039
Hunter Lab50.200182.4655-24.4850
CIE-Lab57.270382.0710-28.4683

#f530bd color RGB value is (245,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 10111101
Octal 365 60 275
Decimal 245 48 189
Hex F5 30 BD

RGB Percentages of Color #f530bd

%50.83
%9.96
%39.21

CMYK Percentages of Color #f530bd

%0
%80
%23
%4

Triadic Colors of #f530bd

#f530bd #bdf530 #30bdf5

Analogous Colors of #f530bd

#f530bd #f5305b #cb30f5

Monochromatic Colors of #f530bd

#f530bd

Complementary Color

#f530bd #30f568

#f530bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530bd Color CSS Codes

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

#f530bd Text Font Color

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

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


#f530bd Background Color

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

This div background color is #f530bd


#f530bd Border Color

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

This div border color is #f530bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530bd


Comments

No comments written yet.

Please login to write comment.