Color Hex Logo

#f55dea Color Hex

#F55DEA
(245,93,234)
0 Favorites   0 Comments

Color spaces of #f55dea

RGB 24593234
HSL0.850.880.66
HSV304°62°96°
CMYK 0.000.620.04   0.04
XYZ56.421833.181781.2728
Yxy33.18170.33020.1942
Hunter Lab57.603674.0318-43.3297
CIE-Lab64.307874.0621-42.9611

#f55dea color RGB value is (245,93,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 11101010
Octal 365 135 352
Decimal 245 93 234
Hex F5 5D EA

RGB Percentages of Color #f55dea

%42.83
%16.26
%40.91

CMYK Percentages of Color #f55dea

%0
%62
%4
%4

Triadic Colors of #f55dea

#f55dea #eaf55d #5deaf5

Analogous Colors of #f55dea

#f55dea #f55d9e #b45df5

Monochromatic Colors of #f55dea

#f55dea

Complementary Color

#f55dea #5df568

#f55dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55dea Color CSS Codes

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

#f55dea Text Font Color

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

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


#f55dea Background Color

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

This div background color is #f55dea


#f55dea Border Color

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

This div border color is #f55dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55dea


Comments

No comments written yet.

Please login to write comment.