Color Hex Logo

#f585fb Color Hex

#F585FB
(245,133,251)
0 Favorites   0 Comments

Color spaces of #f585fb

RGB 245133251
HSL0.820.940.75
HSV297°47°98°
CMYK 0.020.470.00   0.02
XYZ63.456343.152696.2516
Yxy43.15260.31280.2127
Hunter Lab65.690657.4701-40.8898
CIE-Lab71.658459.1627-40.8109

#f585fb color RGB value is (245,133,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 11111011
Octal 365 205 373
Decimal 245 133 251
Hex F5 85 FB

RGB Percentages of Color #f585fb

%38.95
%21.14
%39.90

CMYK Percentages of Color #f585fb

%2
%47
%0
%2

Triadic Colors of #f585fb

#f585fb #fbf585 #85fbf5

Analogous Colors of #f585fb

#f585fb #fb85c6 #ba85fb

Monochromatic Colors of #f585fb

#f585fb

Complementary Color

#f585fb #8bfb85

#f585fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f585fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f585fb Color CSS Codes

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

#f585fb Text Font Color

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

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


#f585fb Background Color

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

This div background color is #f585fb


#f585fb Border Color

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

This div border color is #f585fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f585fb

Related Colors


Comments

No comments written yet.

Please login to write comment.