Color Hex Logo

#f585cb Color Hex

#F585CB
(245,133,203)
0 Favorites   0 Comments

Color spaces of #f585cb

RGB 245133203
HSL0.900.850.74
HSV323°46°96°
CMYK 0.000.460.17   0.04
XYZ56.823240.499361.3222
Yxy40.49930.35820.2553
Hunter Lab63.639148.0140-12.5841
CIE-Lab69.823751.2807-17.1923

#f585cb color RGB value is (245,133,203).

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

The process color (four color CMYK) of #f585cb color hex is 0.00, 0.46, 0.17, 0.04. Web safe color of #f585cb is #ff99cc. Color #f585cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 11001011
Octal 365 205 313
Decimal 245 133 203
Hex F5 85 CB

RGB Percentages of Color #f585cb

%42.17
%22.89
%34.94

CMYK Percentages of Color #f585cb

%0
%46
%17
%4

Triadic Colors of #f585cb

#f585cb #cbf585 #85cbf5

Analogous Colors of #f585cb

#f585cb #f58593 #e785f5

Monochromatic Colors of #f585cb

#f585cb

Complementary Color

#f585cb #85f5af

#f585cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f585cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f585cb Color CSS Codes

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

#f585cb Text Font Color

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

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


#f585cb Background Color

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

This div background color is #f585cb


#f585cb Border Color

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

This div border color is #f585cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f585cb


Comments

No comments written yet.

Please login to write comment.