Color Hex Logo

#f530de Color Hex

#F530DE
(245,48,222)
0 Favorites   0 Comments

Color spaces of #f530de

RGB 24548222
HSL0.850.910.57
HSV307°80°96°
CMYK 0.000.800.09   0.04
XYZ51.898026.800371.5449
Yxy26.80030.34540.1784
Hunter Lab51.769088.3490-45.7006
CIE-Lab58.789086.3047-44.9280

#f530de color RGB value is (245,48,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 11011110
Octal 365 60 336
Decimal 245 48 222
Hex F5 30 DE

RGB Percentages of Color #f530de

%47.57
%9.32
%43.11

CMYK Percentages of Color #f530de

%0
%80
%9
%4

Triadic Colors of #f530de

#f530de #def530 #30def5

Analogous Colors of #f530de

#f530de #f5307c #aa30f5

Monochromatic Colors of #f530de

#f530de

Complementary Color

#f530de #30f547

#f530de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530de Color CSS Codes

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

#f530de Text Font Color

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

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


#f530de Background Color

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

This div background color is #f530de


#f530de Border Color

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

This div border color is #f530de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530de


Comments

No comments written yet.

Please login to write comment.