Color Hex Logo

#ff648c Color Hex

#FF648C
(255,100,140)
0 Favorites   0 Comments

Color spaces of #ff648c

RGB 255100140
HSL0.961.000.70
HSV345°61°100°
CMYK 0.000.610.45   0.00
XYZ50.530832.267828.3760
Yxy32.26780.45450.2902
Hunter Lab56.804859.376810.1459
CIE-Lab63.563662.10409.4288

#ff648c color RGB value is (255,100,140).

#ff648c hex color red value is 255, green value is 100 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ff648c hue: 0.96 , saturation: 1.00 and the lightness value of ff648c is 0.70.

The process color (four color CMYK) of #ff648c color hex is 0.00, 0.61, 0.45, 0.00. Web safe color of #ff648c is #ff6699. Color #ff648c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100100 10001100
Octal 377 144 214
Decimal 255 100 140
Hex FF 64 8C

RGB Percentages of Color #ff648c

%51.52
%20.20
%28.28

CMYK Percentages of Color #ff648c

%0
%61
%45
%0

Triadic Colors of #ff648c

#ff648c #8cff64 #648cff

Analogous Colors of #ff648c

#ff648c #ff8a64 #ff64da

Monochromatic Colors of #ff648c

#ff648c

Complementary Color

#ff648c #64ffd7

#ff648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff648c Color CSS Codes

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

#ff648c Text Font Color

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

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


#ff648c Background Color

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

This div background color is #ff648c


#ff648c Border Color

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

This div border color is #ff648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff648c

Related Colors


Comments

No comments written yet.

Please login to write comment.