Color Hex Logo

#f586ca Color Hex

#F586CA
(245,134,202)
0 Favorites   0 Comments

Color spaces of #f586ca

RGB 245134202
HSL0.900.850.74
HSV323°45°96°
CMYK 0.000.450.18   0.04
XYZ56.842040.726960.7423
Yxy40.72690.35910.2573
Hunter Lab63.817647.3081-11.7605
CIE-Lab69.984250.6355-16.3934

#f586ca color RGB value is (245,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 11001010
Octal 365 206 312
Decimal 245 134 202
Hex F5 86 CA

RGB Percentages of Color #f586ca

%42.17
%23.06
%34.77

CMYK Percentages of Color #f586ca

%0
%45
%18
%4

Triadic Colors of #f586ca

#f586ca #caf586 #86caf5

Analogous Colors of #f586ca

#f586ca #f58693 #e986f5

Monochromatic Colors of #f586ca

#f586ca

Complementary Color

#f586ca #86f5b1

#f586ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f586ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f586ca Color CSS Codes

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

#f586ca Text Font Color

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

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


#f586ca Background Color

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

This div background color is #f586ca


#f586ca Border Color

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

This div border color is #f586ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f586ca

Related Colors


Comments

No comments written yet.

Please login to write comment.