color codes Logo

#f52edc color codes

#F52EDC
(245,46,220)
0 Favorites   0 Comments

Color spaces of #f52edc

RGB 24546220
HSL0.850.910.57
HSV308°81°96°
CMYK 0.000.810.10   0.04
XYZ51.551526.533870.1146
Yxy26.53380.34790.1790
Hunter Lab51.511088.4963-44.6454
CIE-Lab58.540386.4653-44.1904

#f52edc color RGB value is (245,46,220).

#f52edc hex color red value is 245, green value is 46 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f52edc hue: 0.85 , saturation: 0.91 and the lightness value of f52edc is 0.57.

The process color (four color CMYK) of #f52edc color code is 0.00, 0.81, 0.10, 0.04. Web safe color of #f52edc is #ff33cc. Color #f52edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101110 11011100
Octal 365 56 334
Decimal 245 46 220
Hex F5 2E DC

RGB Percentages of Color #f52edc

%47.95
%9.00
%43.05

CMYK Percentages of Color #f52edc

%0
%81
%10
%4

Triadic Colors of #f52edc

#f52edc #dcf52e #2edcf5

Analogous Colors of #f52edc

#f52edc #f52e79 #ab2ef5

Monochromatic Colors of #f52edc

#f52edc

Complementary Color

#f52edc #2ef547

#f52edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52edc Color CSS Codes

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

#f52edc Text Font Color

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

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


#f52edc Background Color

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

This div background color is #f52edc


#f52edc Border Color

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

This div border color is #f52edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52edc


Comments

No comments written yet.

Please login to write comment.