Color Hex Logo

#7a27db Color Hex

#7A27DB
(122,39,219)
0 Favorites   0 Comments

Color spaces of #7a27db

RGB 12239219
HSL0.740.710.51
HSV268°82°86°
CMYK 0.440.820.00   0.14
XYZ21.537710.703167.9486
Yxy10.70310.21500.1068
Hunter Lab32.715660.2599-100.2414
CIE-Lab39.075867.4336-75.9527

#7a27db color RGB value is (122,39,219).

#7a27db hex color red value is 122, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7a27db hue: 0.74 , saturation: 0.71 and the lightness value of 7a27db is 0.51.

The process color (four color CMYK) of #7a27db color hex is 0.44, 0.82, 0.00, 0.14. Web safe color of #7a27db is #6633cc. Color #7a27db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00100111 11011011
Octal 172 47 333
Decimal 122 39 219
Hex 7A 27 DB

RGB Percentages of Color #7a27db

%32.11
%10.26
%57.63

CMYK Percentages of Color #7a27db

%44
%82
%0
%14

Triadic Colors of #7a27db

#7a27db #db7a27 #27db7a

Analogous Colors of #7a27db

#7a27db #d427db #272edb

Monochromatic Colors of #7a27db

#7a27db

Complementary Color

#7a27db #88db27

#7a27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a27db Color CSS Codes

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

#7a27db Text Font Color

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

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


#7a27db Background Color

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

This div background color is #7a27db


#7a27db Border Color

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

This div border color is #7a27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a27db


Comments

No comments written yet.

Please login to write comment.