Color Hex Logo

#fb57cd Color Hex

#FB57CD
(251,87,205)
0 Favorites   0 Comments

Color spaces of #fb57cd

RGB 25187205
HSL0.880.950.66
HSV317°65°98°
CMYK 0.000.650.18   0.02
XYZ54.211331.733461.0255
Yxy31.73340.36890.2159
Hunter Lab56.332473.1972-24.7968
CIE-Lab63.121973.6124-28.4803

#fb57cd color RGB value is (251,87,205).

#fb57cd hex color red value is 251, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb57cd hue: 0.88 , saturation: 0.95 and the lightness value of fb57cd is 0.66.

The process color (four color CMYK) of #fb57cd color hex is 0.00, 0.65, 0.18, 0.02. Web safe color of #fb57cd is #ff66cc. Color #fb57cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 11001101
Octal 373 127 315
Decimal 251 87 205
Hex FB 57 CD

RGB Percentages of Color #fb57cd

%46.22
%16.02
%37.75

CMYK Percentages of Color #fb57cd

%0
%65
%18
%2

Triadic Colors of #fb57cd

#fb57cd #cdfb57 #57cdfb

Analogous Colors of #fb57cd

#fb57cd #fb577b #d757fb

Monochromatic Colors of #fb57cd

#fb57cd

Complementary Color

#fb57cd #57fb85

#fb57cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57cd Color CSS Codes

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

#fb57cd Text Font Color

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

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


#fb57cd Background Color

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

This div background color is #fb57cd


#fb57cd Border Color

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

This div border color is #fb57cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57cd

Related Colors


Comments

No comments written yet.

Please login to write comment.