Color Hex Logo

#f586fb Color Hex

#F586FB
(245,134,251)
0 Favorites   0 Comments

Color spaces of #f586fb

RGB 245134251
HSL0.820.940.75
HSV297°47°98°
CMYK 0.020.470.00   0.02
XYZ63.593943.427796.2974
Yxy43.42770.31280.2136
Hunter Lab65.899756.9299-40.5090
CIE-Lab71.844358.6771-40.5208

#f586fb color RGB value is (245,134,251).

#f586fb hex color red value is 245, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f586fb hue: 0.82 , saturation: 0.94 and the lightness value of f586fb is 0.75.

The process color (four color CMYK) of #f586fb color hex is 0.02, 0.47, 0.00, 0.02. Web safe color of #f586fb is #ff99ff. Color #f586fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 11111011
Octal 365 206 373
Decimal 245 134 251
Hex F5 86 FB

RGB Percentages of Color #f586fb

%38.89
%21.27
%39.84

CMYK Percentages of Color #f586fb

%2
%47
%0
%2

Triadic Colors of #f586fb

#f586fb #fbf586 #86fbf5

Analogous Colors of #f586fb

#f586fb #fb86c7 #bb86fb

Monochromatic Colors of #f586fb

#f586fb

Complementary Color

#f586fb #8cfb86

#f586fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f586fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f586fb Color CSS Codes

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

#f586fb Text Font Color

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

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


#f586fb Background Color

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

This div background color is #f586fb


#f586fb Border Color

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

This div border color is #f586fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f586fb

Related Colors


Comments

No comments written yet.

Please login to write comment.