Color Hex Logo

#fb42cd Color Hex

#FB42CD
(251,66,205)
0 Favorites   0 Comments

Color spaces of #fb42cd

RGB 25166205
HSL0.870.960.62
HSV315°74°98°
CMYK 0.000.740.18   0.02
XYZ52.751328.813460.5389
Yxy28.81340.37120.2028
Hunter Lab53.678181.4813-29.2934
CIE-Lab60.616680.6549-32.3604

#fb42cd color RGB value is (251,66,205).

#fb42cd hex color red value is 251, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb42cd hue: 0.87 , saturation: 0.96 and the lightness value of fb42cd is 0.62.

The process color (four color CMYK) of #fb42cd color hex is 0.00, 0.74, 0.18, 0.02. Web safe color of #fb42cd is #ff33cc. Color #fb42cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11001101
Octal 373 102 315
Decimal 251 66 205
Hex FB 42 CD

RGB Percentages of Color #fb42cd

%48.08
%12.64
%39.27

CMYK Percentages of Color #fb42cd

%0
%74
%18
%2

Triadic Colors of #fb42cd

#fb42cd #cdfb42 #42cdfb

Analogous Colors of #fb42cd

#fb42cd #fb4271 #cd42fb

Monochromatic Colors of #fb42cd

#fb42cd

Complementary Color

#fb42cd #42fb70

#fb42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42cd Color CSS Codes

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

#fb42cd Text Font Color

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

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


#fb42cd Background Color

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

This div background color is #fb42cd


#fb42cd Border Color

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

This div border color is #fb42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42cd


Comments

No comments written yet.

Please login to write comment.