Color Hex Logo

#f583cd Color Hex

#F583CD
(245,131,205)
0 Favorites   0 Comments

Color spaces of #f583cd

RGB 245131205
HSL0.890.850.74
HSV321°47°96°
CMYK 0.000.470.16   0.04
XYZ56.791940.052962.4953
Yxy40.05290.35640.2514
Hunter Lab63.287449.4269-14.2468
CIE-Lab69.507252.5676-18.7845

#f583cd color RGB value is (245,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 11001101
Octal 365 203 315
Decimal 245 131 205
Hex F5 83 CD

RGB Percentages of Color #f583cd

%42.17
%22.55
%35.28

CMYK Percentages of Color #f583cd

%0
%47
%16
%4

Triadic Colors of #f583cd

#f583cd #cdf583 #83cdf5

Analogous Colors of #f583cd

#f583cd #f58394 #e483f5

Monochromatic Colors of #f583cd

#f583cd

Complementary Color

#f583cd #83f5ab

#f583cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f583cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f583cd Color CSS Codes

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

#f583cd Text Font Color

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

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


#f583cd Background Color

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

This div background color is #f583cd


#f583cd Border Color

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

This div border color is #f583cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,131,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f583cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f583cd


Comments

No comments written yet.

Please login to write comment.