Color Hex Logo

#f52ddc Color Hex

#F52DDC
(245,45,220)
0 Favorites   0 Comments

Color spaces of #f52ddc

RGB 24545220
HSL0.850.910.57
HSV308°82°96°
CMYK 0.000.820.10   0.04
XYZ51.512826.456670.1017
Yxy26.45660.34790.1787
Hunter Lab51.436088.7536-44.8007
CIE-Lab58.467986.6751-44.3045

#f52ddc color RGB value is (245,45,220).

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

The process color (four color CMYK) of #f52ddc color hex is 0.00, 0.82, 0.10, 0.04. Web safe color of #f52ddc is #ff33cc. Color #f52ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101101 11011100
Octal 365 55 334
Decimal 245 45 220
Hex F5 2D DC

RGB Percentages of Color #f52ddc

%48.04
%8.82
%43.14

CMYK Percentages of Color #f52ddc

%0
%82
%10
%4

Triadic Colors of #f52ddc

#f52ddc #dcf52d #2ddcf5

Analogous Colors of #f52ddc

#f52ddc #f52d78 #aa2df5

Monochromatic Colors of #f52ddc

#f52ddc

Complementary Color

#f52ddc #2df546

#f52ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52ddc Color CSS Codes

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

#f52ddc Text Font Color

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

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


#f52ddc Background Color

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

This div background color is #f52ddc


#f52ddc Border Color

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

This div border color is #f52ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52ddc


Comments

No comments written yet.

Please login to write comment.