Color Hex Logo

#f580ca Color Hex

#F580CA
(245,128,202)
0 Favorites   0 Comments

Color spaces of #f580ca

RGB 245128202
HSL0.890.850.73
HSV322°48°96°
CMYK 0.000.480.18   0.04
XYZ56.036039.115160.4737
Yxy39.11510.36010.2513
Hunter Lab62.542150.4826-13.5497
CIE-Lab68.834653.5901-18.1324

#f580ca color RGB value is (245,128,202).

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

The process color (four color CMYK) of #f580ca color hex is 0.00, 0.48, 0.18, 0.04. Web safe color of #f580ca is #ff99cc. Color #f580ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 11001010
Octal 365 200 312
Decimal 245 128 202
Hex F5 80 CA

RGB Percentages of Color #f580ca

%42.61
%22.26
%35.13

CMYK Percentages of Color #f580ca

%0
%48
%18
%4

Triadic Colors of #f580ca

#f580ca #caf580 #80caf5

Analogous Colors of #f580ca

#f580ca #f58090 #e680f5

Monochromatic Colors of #f580ca

#f580ca

Complementary Color

#f580ca #80f5ab

#f580ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580ca Color CSS Codes

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

#f580ca Text Font Color

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

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


#f580ca Background Color

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

This div background color is #f580ca


#f580ca Border Color

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

This div border color is #f580ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580ca


Comments

No comments written yet.

Please login to write comment.