Color Hex Logo

#f583dc Color Hex

#F583DC
(245,131,220)
0 Favorites   0 Comments

Color spaces of #f583dc

RGB 245131220
HSL0.870.850.74
HSV313°47°96°
CMYK 0.000.470.10   0.04
XYZ58.690840.812472.4944
Yxy40.81240.34120.2373
Hunter Lab63.884652.1900-22.5614
CIE-Lab70.044354.8948-26.2882

#f583dc color RGB value is (245,131,220).

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

The process color (four color CMYK) of #f583dc color hex is 0.00, 0.47, 0.10, 0.04. Web safe color of #f583dc is #ff99cc. Color #f583dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 11011100
Octal 365 203 334
Decimal 245 131 220
Hex F5 83 DC

RGB Percentages of Color #f583dc

%41.11
%21.98
%36.91

CMYK Percentages of Color #f583dc

%0
%47
%10
%4

Triadic Colors of #f583dc

#f583dc #dcf583 #83dcf5

Analogous Colors of #f583dc

#f583dc #f583a3 #d583f5

Monochromatic Colors of #f583dc

#f583dc

Complementary Color

#f583dc #83f59c

#f583dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f583dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f583dc Color CSS Codes

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

#f583dc Text Font Color

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

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


#f583dc Background Color

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

This div background color is #f583dc


#f583dc Border Color

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

This div border color is #f583dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f583dc

Related Colors


Comments

No comments written yet.

Please login to write comment.