Color Hex Logo

#f538dc Color Hex

#F538DC
(245,56,220)
0 Favorites   0 Comments

Color spaces of #f538dc

RGB 24556220
HSL0.860.900.59
HSV308°77°96°
CMYK 0.000.770.10   0.04
XYZ51.988627.408170.2603
Yxy27.40810.34740.1831
Hunter Lab52.352785.6411-42.9236
CIE-Lab59.350284.1236-42.9136

#f538dc color RGB value is (245,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111000 11011100
Octal 365 70 334
Decimal 245 56 220
Hex F5 38 DC

RGB Percentages of Color #f538dc

%47.02
%10.75
%42.23

CMYK Percentages of Color #f538dc

%0
%77
%10
%4

Triadic Colors of #f538dc

#f538dc #dcf538 #38dcf5

Analogous Colors of #f538dc

#f538dc #f5387e #b038f5

Monochromatic Colors of #f538dc

#f538dc

Complementary Color

#f538dc #38f551

#f538dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f538dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f538dc Color CSS Codes

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

#f538dc Text Font Color

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

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


#f538dc Background Color

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

This div background color is #f538dc


#f538dc Border Color

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

This div border color is #f538dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f538dc


Comments

No comments written yet.

Please login to write comment.