Color Hex Logo

#fc589b Color Hex

#FC589B
(252,88,155)
0 Favorites   0 Comments

Color spaces of #fc589b

RGB 25288155
HSL0.930.960.67
HSV335°65°99°
CMYK 0.000.650.38   0.01
XYZ49.551030.041534.1973
Yxy30.04150.43550.2640
Hunter Lab54.810165.45491.3747
CIE-Lab61.690067.5447-2.0000

#fc589b color RGB value is (252,88,155).

#fc589b hex color red value is 252, green value is 88 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fc589b hue: 0.93 , saturation: 0.96 and the lightness value of fc589b is 0.67.

The process color (four color CMYK) of #fc589b color hex is 0.00, 0.65, 0.38, 0.01. Web safe color of #fc589b is #ff6699. Color #fc589b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 10011011
Octal 374 130 233
Decimal 252 88 155
Hex FC 58 9B

RGB Percentages of Color #fc589b

%50.91
%17.78
%31.31

CMYK Percentages of Color #fc589b

%0
%65
%38
%1

Triadic Colors of #fc589b

#fc589b #9bfc58 #589bfc

Analogous Colors of #fc589b

#fc589b #fc6758 #fc58ed

Monochromatic Colors of #fc589b

#fc589b

Complementary Color

#fc589b #58fcb9

#fc589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc589b Color CSS Codes

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

#fc589b Text Font Color

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

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


#fc589b Background Color

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

This div background color is #fc589b


#fc589b Border Color

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

This div border color is #fc589b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,88,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc589b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc589b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc589b;
  box-shadow:         1px 1px 3px 2px #fc589b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,88,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc589b

Related Colors


Comments

No comments written yet.

Please login to write comment.