Color Hex Logo

#fb64cd Color Hex

#FB64CD
(251,100,205)
0 Favorites   0 Comments

Color spaces of #fb64cd

RGB 251100205
HSL0.880.950.69
HSV318°60°98°
CMYK 0.000.600.18   0.02
XYZ55.360334.031461.4085
Yxy34.03140.36710.2257
Hunter Lab58.336467.3047-21.5768
CIE-Lab64.987568.4803-25.6080

#fb64cd color RGB value is (251,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 11001101
Octal 373 144 315
Decimal 251 100 205
Hex FB 64 CD

RGB Percentages of Color #fb64cd

%45.14
%17.99
%36.87

CMYK Percentages of Color #fb64cd

%0
%60
%18
%2

Triadic Colors of #fb64cd

#fb64cd #cdfb64 #64cdfb

Analogous Colors of #fb64cd

#fb64cd #fb6482 #de64fb

Monochromatic Colors of #fb64cd

#fb64cd

Complementary Color

#fb64cd #64fb92

#fb64cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb64cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb64cd Color CSS Codes

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

#fb64cd Text Font Color

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

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


#fb64cd Background Color

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

This div background color is #fb64cd


#fb64cd Border Color

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

This div border color is #fb64cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb64cd


Comments

No comments written yet.

Please login to write comment.