Color Hex Logo

#fd64be Color Hex

#FD64BE
(253,100,190)
0 Favorites   0 Comments

Color spaces of #fd64be

RGB 253100190
HSL0.900.970.69
HSV325°60°99°
CMYK 0.000.600.25   0.01
XYZ54.359433.714752.3577
Yxy33.71470.38710.2401
Hunter Lab58.064465.4977-12.8178
CIE-Lab64.735567.0347-17.4893

#fd64be color RGB value is (253,100,190).

#fd64be hex color red value is 253, green value is 100 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd64be hue: 0.90 , saturation: 0.97 and the lightness value of fd64be is 0.69.

The process color (four color CMYK) of #fd64be color hex is 0.00, 0.60, 0.25, 0.01. Web safe color of #fd64be is #ff66cc. Color #fd64be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 10111110
Octal 375 144 276
Decimal 253 100 190
Hex FD 64 BE

RGB Percentages of Color #fd64be

%46.59
%18.42
%34.99

CMYK Percentages of Color #fd64be

%0
%60
%25
%1

Triadic Colors of #fd64be

#fd64be #befd64 #64befd

Analogous Colors of #fd64be

#fd64be #fd6472 #f064fd

Monochromatic Colors of #fd64be

#fd64be

Complementary Color

#fd64be #64fda3

#fd64be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd64be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd64be Color CSS Codes

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

#fd64be Text Font Color

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

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


#fd64be Background Color

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

This div background color is #fd64be


#fd64be Border Color

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

This div border color is #fd64be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,100,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd64be


Comments

No comments written yet.

Please login to write comment.