Color Hex Logo

#f55dca Color Hex

#F55DCA
(245,93,202)
0 Favorites   0 Comments

Color spaces of #f55dca

RGB 24593202
HSL0.880.880.66
HSV317°62°96°
CMYK 0.000.620.18   0.04
XYZ52.231231.505459.2054
Yxy31.50540.36540.2204
Hunter Lab56.129767.8754-23.2481
CIE-Lab62.932069.3199-27.1518

#f55dca color RGB value is (245,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 11001010
Octal 365 135 312
Decimal 245 93 202
Hex F5 5D CA

RGB Percentages of Color #f55dca

%45.37
%17.22
%37.41

CMYK Percentages of Color #f55dca

%0
%62
%18
%4

Triadic Colors of #f55dca

#f55dca #caf55d #5dcaf5

Analogous Colors of #f55dca

#f55dca #f55d7e #d45df5

Monochromatic Colors of #f55dca

#f55dca

Complementary Color

#f55dca #5df588

#f55dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55dca Color CSS Codes

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

#f55dca Text Font Color

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

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


#f55dca Background Color

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

This div background color is #f55dca


#f55dca Border Color

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

This div border color is #f55dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55dca

Related Colors


Comments

No comments written yet.

Please login to write comment.