Color Hex Logo

#7f33db Color Hex

#7F33DB
(127,51,219)
0 Favorites   0 Comments

Color spaces of #7f33db

RGB 12751219
HSL0.740.700.53
HSV267°77°86°
CMYK 0.420.770.00   0.14
XYZ22.722411.994268.1353
Yxy11.99420.22090.1166
Hunter Lab34.632656.5063-92.4026
CIE-Lab41.206963.7377-72.4349

#7f33db color RGB value is (127,51,219).

#7f33db hex color red value is 127, green value is 51 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7f33db hue: 0.74 , saturation: 0.70 and the lightness value of 7f33db is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00110011 11011011
Octal 177 63 333
Decimal 127 51 219
Hex 7F 33 DB

RGB Percentages of Color #7f33db

%31.99
%12.85
%55.16

CMYK Percentages of Color #7f33db

%42
%77
%0
%14

Triadic Colors of #7f33db

#7f33db #db7f33 #33db7f

Analogous Colors of #7f33db

#7f33db #d333db #333bdb

Monochromatic Colors of #7f33db

#7f33db

Complementary Color

#7f33db #8fdb33

#7f33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f33db Color CSS Codes

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

#7f33db Text Font Color

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

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


#7f33db Background Color

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

This div background color is #7f33db


#7f33db Border Color

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

This div border color is #7f33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f33db


Comments

No comments written yet.

Please login to write comment.