Color Hex Logo

#f55dcc Color Hex

#F55DCC
(245,93,204)
0 Favorites   0 Comments

Color spaces of #f55dcc

RGB 24593204
HSL0.880.880.66
HSV316°62°96°
CMYK 0.000.620.17   0.04
XYZ52.469631.600860.4609
Yxy31.60080.36300.2186
Hunter Lab56.214668.2329-24.4184
CIE-Lab63.011669.5990-28.1604

#f55dcc color RGB value is (245,93,204).

#f55dcc hex color red value is 245, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f55dcc hue: 0.88 , saturation: 0.88 and the lightness value of f55dcc is 0.66.

The process color (four color CMYK) of #f55dcc color hex is 0.00, 0.62, 0.17, 0.04. Web safe color of #f55dcc is #ff66cc. Color #f55dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 11001100
Octal 365 135 314
Decimal 245 93 204
Hex F5 5D CC

RGB Percentages of Color #f55dcc

%45.20
%17.16
%37.64

CMYK Percentages of Color #f55dcc

%0
%62
%17
%4

Triadic Colors of #f55dcc

#f55dcc #ccf55d #5dccf5

Analogous Colors of #f55dcc

#f55dcc #f55d80 #d25df5

Monochromatic Colors of #f55dcc

#f55dcc

Complementary Color

#f55dcc #5df586

#f55dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55dcc Color CSS Codes

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

#f55dcc Text Font Color

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

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


#f55dcc Background Color

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

This div background color is #f55dcc


#f55dcc Border Color

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

This div border color is #f55dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55dcc


Comments

No comments written yet.

Please login to write comment.