Color Hex Logo

#ff7fdb Color Hex

#FF7FDB
(255,127,219)
0 Favorites   0 Comments

Color spaces of #ff7fdb

RGB 255127219
HSL0.881.000.75
HSV317°50°100°
CMYK 0.000.500.14   0.00
XYZ61.615641.553271.7909
Yxy41.55320.35220.2375
Hunter Lab64.461857.8106-20.9079
CIE-Lab70.561859.6226-24.8292

#ff7fdb color RGB value is (255,127,219).

#ff7fdb hex color red value is 255, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ff7fdb hue: 0.88 , saturation: 1.00 and the lightness value of ff7fdb is 0.75.

The process color (four color CMYK) of #ff7fdb color hex is 0.00, 0.50, 0.14, 0.00. Web safe color of #ff7fdb is #ff66cc. Color #ff7fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111111 11011011
Octal 377 177 333
Decimal 255 127 219
Hex FF 7F DB

RGB Percentages of Color #ff7fdb

%42.43
%21.13
%36.44

CMYK Percentages of Color #ff7fdb

%0
%50
%14
%0

Triadic Colors of #ff7fdb

#ff7fdb #dbff7f #7fdbff

Analogous Colors of #ff7fdb

#ff7fdb #ff7f9b #e37fff

Monochromatic Colors of #ff7fdb

#ff7fdb

Complementary Color

#ff7fdb #7fffa3

#ff7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7fdb Color CSS Codes

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

#ff7fdb Text Font Color

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

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


#ff7fdb Background Color

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

This div background color is #ff7fdb


#ff7fdb Border Color

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

This div border color is #ff7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7fdb

Related Colors


Comments

No comments written yet.

Please login to write comment.