color codes Logo

#7601db color codes

#7601DB
(118,1,219)
0 Favorites   0 Comments

Color spaces of #7601db

RGB 1181219
HSL0.760.990.43
HSV272°100°86°
CMYK 0.461.000.00   0.14
XYZ20.26838.987767.6844
Yxy8.98770.20910.0927
Hunter Lab29.979568.2148-112.8728
CIE-Lab35.960674.7510-81.1020

#7601db color RGB value is (118,1,219).

#7601db hex color red value is 118, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7601db hue: 0.76 , saturation: 0.99 and the lightness value of 7601db is 0.43.

The process color (four color CMYK) of #7601db color code is 0.46, 1.00, 0.00, 0.14. Web safe color of #7601db is #6600cc. Color #7601db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 11011011
Octal 166 1 333
Decimal 118 1 219
Hex 76 1 DB

RGB Percentages of Color #7601db

%34.91
%0.30
%64.79

CMYK Percentages of Color #7601db

%46
%100
%0
%14

Triadic Colors of #7601db

#7601db #db7601 #01db76

Analogous Colors of #7601db

#7601db #db01d3 #0901db

Monochromatic Colors of #7601db

#7601db

Complementary Color

#7601db #66db01

#7601db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7601db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7601db Color CSS Codes

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

#7601db Text Font Color

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

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


#7601db Background Color

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

This div background color is #7601db


#7601db Border Color

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

This div border color is #7601db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,1,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 #7601db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7601db

#7601db Color Palettes


Comments

No comments written yet.

Please login to write comment.