Color Hex Logo

#7f0fdb Color Hex

#7F0FDB
(127,15,219)
0 Favorites   0 Comments

Color spaces of #7f0fdb

RGB 12715219
HSL0.760.870.46
HSV273°93°86°
CMYK 0.420.930.00   0.14
XYZ21.70949.968167.7977
Yxy9.96810.21820.1002
Hunter Lab31.572367.4867-105.2175
CIE-Lab37.785173.8050-78.0515

#7f0fdb color RGB value is (127,15,219).

#7f0fdb hex color red value is 127, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7f0fdb hue: 0.76 , saturation: 0.87 and the lightness value of 7f0fdb is 0.46.

The process color (four color CMYK) of #7f0fdb color hex is 0.42, 0.93, 0.00, 0.14. Web safe color of #7f0fdb is #6600cc. Color #7f0fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00001111 11011011
Octal 177 17 333
Decimal 127 15 219
Hex 7F F DB

RGB Percentages of Color #7f0fdb

%35.18
%4.16
%60.66

CMYK Percentages of Color #7f0fdb

%42
%93
%0
%14

Triadic Colors of #7f0fdb

#7f0fdb #db7f0f #0fdb7f

Analogous Colors of #7f0fdb

#7f0fdb #db0fd1 #190fdb

Monochromatic Colors of #7f0fdb

#7f0fdb

Complementary Color

#7f0fdb #6bdb0f

#7f0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f0fdb Color CSS Codes

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

#7f0fdb Text Font Color

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

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


#7f0fdb Background Color

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

This div background color is #7f0fdb


#7f0fdb Border Color

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

This div border color is #7f0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f0fdb


Comments

No comments written yet.

Please login to write comment.