Color Hex Logo

#f536dd Color Hex

#F536DD
(245,54,221)
0 Favorites   0 Comments

Color spaces of #f536dd

RGB 24554221
HSL0.850.910.59
HSV308°78°96°
CMYK 0.000.780.10   0.04
XYZ52.026527.271370.9284
Yxy27.27130.34630.1815
Hunter Lab52.221986.4436-43.9730
CIE-Lab59.224684.7642-43.6762

#f536dd color RGB value is (245,54,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 11011101
Octal 365 66 335
Decimal 245 54 221
Hex F5 36 DD

RGB Percentages of Color #f536dd

%47.12
%10.38
%42.50

CMYK Percentages of Color #f536dd

%0
%78
%10
%4

Triadic Colors of #f536dd

#f536dd #ddf536 #36ddf5

Analogous Colors of #f536dd

#f536dd #f5367e #ae36f5

Monochromatic Colors of #f536dd

#f536dd

Complementary Color

#f536dd #36f54e

#f536dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f536dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f536dd Color CSS Codes

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

#f536dd Text Font Color

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

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


#f536dd Background Color

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

This div background color is #f536dd


#f536dd Border Color

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

This div border color is #f536dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f536dd


Comments

No comments written yet.

Please login to write comment.