Color Hex Logo

#f54edc Color Hex

#F54EDC
(245,78,220)
0 Favorites   0 Comments

Color spaces of #f54edc

RGB 24578220
HSL0.860.890.63
HSV309°68°96°
CMYK 0.000.680.10   0.04
XYZ53.298830.028670.6971
Yxy30.02860.34600.1950
Hunter Lab54.798477.7182-38.1331
CIE-Lab61.678977.4927-39.2560

#f54edc color RGB value is (245,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001110 11011100
Octal 365 116 334
Decimal 245 78 220
Hex F5 4E DC

RGB Percentages of Color #f54edc

%45.12
%14.36
%40.52

CMYK Percentages of Color #f54edc

%0
%68
%10
%4

Triadic Colors of #f54edc

#f54edc #dcf54e #4edcf5

Analogous Colors of #f54edc

#f54edc #f54e89 #bb4ef5

Monochromatic Colors of #f54edc

#f54edc

Complementary Color

#f54edc #4ef567

#f54edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54edc Color CSS Codes

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

#f54edc Text Font Color

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

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


#f54edc Background Color

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

This div background color is #f54edc


#f54edc Border Color

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

This div border color is #f54edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54edc


Comments

No comments written yet.

Please login to write comment.