Color Hex Logo

#f58bca Color Hex

#F58BCA
(245,139,202)
0 Favorites   0 Comments

Color spaces of #f58bca

RGB 245139202
HSL0.900.840.75
HSV324°43°96°
CMYK 0.000.430.18   0.04
XYZ57.549542.142060.9781
Yxy42.14200.35820.2623
Hunter Lab64.916944.6376-10.2508
CIE-Lab70.968748.1323-14.9086

#f58bca color RGB value is (245,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 11001010
Octal 365 213 312
Decimal 245 139 202
Hex F5 8B CA

RGB Percentages of Color #f58bca

%41.81
%23.72
%34.47

CMYK Percentages of Color #f58bca

%0
%43
%18
%4

Triadic Colors of #f58bca

#f58bca #caf58b #8bcaf5

Analogous Colors of #f58bca

#f58bca #f58b95 #eb8bf5

Monochromatic Colors of #f58bca

#f58bca

Complementary Color

#f58bca #8bf5b6

#f58bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58bca Color CSS Codes

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

#f58bca Text Font Color

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

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


#f58bca Background Color

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

This div background color is #f58bca


#f58bca Border Color

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

This div border color is #f58bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58bca


Comments

No comments written yet.

Please login to write comment.