Color Hex Logo

#f555ec Color Hex

#F555EC
(245,85,236)
0 Favorites   0 Comments

Color spaces of #f555ec

RGB 24585236
HSL0.840.890.65
HSV303°65°96°
CMYK 0.000.650.04   0.04
XYZ56.045031.965682.5730
Yxy31.96560.32850.1874
Hunter Lab56.538178.0014-47.0154
CIE-Lab63.314477.4061-45.6360

#f555ec color RGB value is (245,85,236).

#f555ec hex color red value is 245, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f555ec hue: 0.84 , saturation: 0.89 and the lightness value of f555ec is 0.65.

The process color (four color CMYK) of #f555ec color hex is 0.00, 0.65, 0.04, 0.04. Web safe color of #f555ec is #ff66ff. Color #f555ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 11101100
Octal 365 125 354
Decimal 245 85 236
Hex F5 55 EC

RGB Percentages of Color #f555ec

%43.29
%15.02
%41.70

CMYK Percentages of Color #f555ec

%0
%65
%4
%4

Triadic Colors of #f555ec

#f555ec #ecf555 #55ecf5

Analogous Colors of #f555ec

#f555ec #f5559c #ae55f5

Monochromatic Colors of #f555ec

#f555ec

Complementary Color

#f555ec #55f55e

#f555ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f555ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f555ec Color CSS Codes

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

#f555ec Text Font Color

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

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


#f555ec Background Color

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

This div background color is #f555ec


#f555ec Border Color

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

This div border color is #f555ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f555ec


Comments

No comments written yet.

Please login to write comment.