Color Hex Logo

#f356dd Color Hex

#F356DD
(243,86,221)
0 Favorites   0 Comments

Color spaces of #f356dd

RGB 24386221
HSL0.860.870.65
HSV308°65°95°
CMYK 0.000.650.09   0.05
XYZ53.341130.930771.5655
Yxy30.93070.34230.1985
Hunter Lab55.615473.8737-37.3632
CIE-Lab62.449174.2819-38.6343

#f356dd color RGB value is (243,86,221).

#f356dd hex color red value is 243, green value is 86 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f356dd hue: 0.86 , saturation: 0.87 and the lightness value of f356dd is 0.65.

The process color (four color CMYK) of #f356dd color hex is 0.00, 0.65, 0.09, 0.05. Web safe color of #f356dd is #ff66cc. Color #f356dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010110 11011101
Octal 363 126 335
Decimal 243 86 221
Hex F3 56 DD

RGB Percentages of Color #f356dd

%44.18
%15.64
%40.18

CMYK Percentages of Color #f356dd

%0
%65
%9
%5

Triadic Colors of #f356dd

#f356dd #ddf356 #56ddf3

Analogous Colors of #f356dd

#f356dd #f3568f #bb56f3

Monochromatic Colors of #f356dd

#f356dd

Complementary Color

#f356dd #56f36c

#f356dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f356dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f356dd Color CSS Codes

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

#f356dd Text Font Color

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

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


#f356dd Background Color

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

This div background color is #f356dd


#f356dd Border Color

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

This div border color is #f356dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,86,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 #f356dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f356dd


Comments

No comments written yet.

Please login to write comment.