Color Hex Logo

#7f52db Color Hex

#7F52DB
(127,82,219)
0 Favorites   0 Comments

Color spaces of #7f52db

RGB 12782219
HSL0.720.660.59
HSV260°63°86°
CMYK 0.420.630.00   0.14
XYZ24.555915.661168.7465
Yxy15.66110.22540.1437
Hunter Lab39.574141.5053-75.2943
CIE-Lab46.526748.9393-63.7728

#7f52db color RGB value is (127,82,219).

#7f52db hex color red value is 127, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7f52db hue: 0.72 , saturation: 0.66 and the lightness value of 7f52db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010010 11011011
Octal 177 122 333
Decimal 127 82 219
Hex 7F 52 DB

RGB Percentages of Color #7f52db

%29.67
%19.16
%51.17

CMYK Percentages of Color #7f52db

%42
%63
%0
%14

Triadic Colors of #7f52db

#7f52db #db7f52 #52db7f

Analogous Colors of #7f52db

#7f52db #c452db #526adb

Monochromatic Colors of #7f52db

#7f52db

Complementary Color

#7f52db #aedb52

#7f52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f52db Color CSS Codes

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

#7f52db Text Font Color

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

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


#7f52db Background Color

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

This div background color is #7f52db


#7f52db Border Color

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

This div border color is #7f52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f52db


Comments

No comments written yet.

Please login to write comment.