Color Hex Logo

#f534dc Color Hex

#F534DC
(245,52,220)
0 Favorites   0 Comments

Color spaces of #f534dc

RGB 24552220
HSL0.850.910.58
HSV308°79°96°
CMYK 0.000.790.10   0.04
XYZ51.802427.035870.1983
Yxy27.03580.34760.1814
Hunter Lab51.996086.8426-43.6486
CIE-Lab59.007485.1122-43.4536

#f534dc color RGB value is (245,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110100 11011100
Octal 365 64 334
Decimal 245 52 220
Hex F5 34 DC

RGB Percentages of Color #f534dc

%47.39
%10.06
%42.55

CMYK Percentages of Color #f534dc

%0
%79
%10
%4

Triadic Colors of #f534dc

#f534dc #dcf534 #34dcf5

Analogous Colors of #f534dc

#f534dc #f5347c #ae34f5

Monochromatic Colors of #f534dc

#f534dc

Complementary Color

#f534dc #34f54d

#f534dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f534dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f534dc Color CSS Codes

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

#f534dc Text Font Color

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

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


#f534dc Background Color

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

This div background color is #f534dc


#f534dc Border Color

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

This div border color is #f534dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f534dc


Comments

No comments written yet.

Please login to write comment.