Color Hex Logo

#f55adc Color Hex

#F55ADC
(245,90,220)
0 Favorites   0 Comments

Color spaces of #f55adc

RGB 24590220
HSL0.860.890.66
HSV310°63°96°
CMYK 0.000.630.10   0.04
XYZ54.230631.892171.0077
Yxy31.89210.34510.2030
Hunter Lab56.473172.5840-35.0184
CIE-Lab63.253673.0941-36.7942

#f55adc color RGB value is (245,90,220).

#f55adc hex color red value is 245, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f55adc hue: 0.86 , saturation: 0.89 and the lightness value of f55adc is 0.66.

The process color (four color CMYK) of #f55adc color hex is 0.00, 0.63, 0.10, 0.04. Web safe color of #f55adc is #ff66cc. Color #f55adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011010 11011100
Octal 365 132 334
Decimal 245 90 220
Hex F5 5A DC

RGB Percentages of Color #f55adc

%44.14
%16.22
%39.64

CMYK Percentages of Color #f55adc

%0
%63
%10
%4

Triadic Colors of #f55adc

#f55adc #dcf55a #5adcf5

Analogous Colors of #f55adc

#f55adc #f55a8f #c15af5

Monochromatic Colors of #f55adc

#f55adc

Complementary Color

#f55adc #5af573

#f55adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55adc Color CSS Codes

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

#f55adc Text Font Color

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

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


#f55adc Background Color

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

This div background color is #f55adc


#f55adc Border Color

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

This div border color is #f55adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55adc


Comments

No comments written yet.

Please login to write comment.