Color Hex Logo

#f54ddc Color Hex

#F54DDC
(245,77,220)
0 Favorites   0 Comments

Color spaces of #f54ddc

RGB 24577220
HSL0.860.890.63
HSV309°69°96°
CMYK 0.000.690.10   0.04
XYZ53.228329.887570.6736
Yxy29.88750.34610.1943
Hunter Lab54.669578.1229-38.3781
CIE-Lab61.557077.8361-39.4469

#f54ddc color RGB value is (245,77,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001101 11011100
Octal 365 115 334
Decimal 245 77 220
Hex F5 4D DC

RGB Percentages of Color #f54ddc

%45.20
%14.21
%40.59

CMYK Percentages of Color #f54ddc

%0
%69
%10
%4

Triadic Colors of #f54ddc

#f54ddc #dcf54d #4ddcf5

Analogous Colors of #f54ddc

#f54ddc #f54d88 #ba4df5

Monochromatic Colors of #f54ddc

#f54ddc

Complementary Color

#f54ddc #4df566

#f54ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54ddc Color CSS Codes

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

#f54ddc Text Font Color

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

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


#f54ddc Background Color

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

This div background color is #f54ddc


#f54ddc Border Color

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

This div border color is #f54ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,77,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 #f54ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54ddc


Comments

No comments written yet.

Please login to write comment.