Color Hex Logo

#f535db Color Hex

#F535DB
(245,53,219)
0 Favorites   0 Comments

Color spaces of #f535db

RGB 24553219
HSL0.860.910.58
HSV308°78°96°
CMYK 0.000.780.11   0.04
XYZ51.715527.073269.5178
Yxy27.07320.34870.1825
Hunter Lab52.031986.3587-42.7927
CIE-Lab59.042084.7347-42.8339

#f535db color RGB value is (245,53,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110101 11011011
Octal 365 65 333
Decimal 245 53 219
Hex F5 35 DB

RGB Percentages of Color #f535db

%47.39
%10.25
%42.36

CMYK Percentages of Color #f535db

%0
%78
%11
%4

Triadic Colors of #f535db

#f535db #dbf535 #35dbf5

Analogous Colors of #f535db

#f535db #f5357b #af35f5

Monochromatic Colors of #f535db

#f535db

Complementary Color

#f535db #35f54f

#f535db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f535db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f535db Color CSS Codes

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

#f535db Text Font Color

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

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


#f535db Background Color

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

This div background color is #f535db


#f535db Border Color

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

This div border color is #f535db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f535db


Comments

No comments written yet.

Please login to write comment.