Color Hex Logo

#7601dd Color Hex

#7601DD
(118,1,221)
0 Favorites   0 Comments

Color spaces of #7601dd

RGB 1181221
HSL0.760.990.44
HSV272°100°87°
CMYK 0.471.000.00   0.13
XYZ20.53329.093769.0797
Yxy9.09370.20800.0921
Hunter Lab30.155868.7689-114.7103
CIE-Lab36.164175.1697-81.9161

#7601dd color RGB value is (118,1,221).

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

The process color (four color CMYK) of #7601dd color hex is 0.47, 1.00, 0.00, 0.13. Web safe color of #7601dd is #6600cc. Color #7601dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 11011101
Octal 166 1 335
Decimal 118 1 221
Hex 76 1 DD

RGB Percentages of Color #7601dd

%34.71
%0.29
%65.00

CMYK Percentages of Color #7601dd

%47
%100
%0
%13

Triadic Colors of #7601dd

#7601dd #dd7601 #01dd76

Analogous Colors of #7601dd

#7601dd #dd01d6 #0801dd

Monochromatic Colors of #7601dd

#7601dd

Complementary Color

#7601dd #68dd01

#7601dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7601dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7601dd Color CSS Codes

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

#7601dd Text Font Color

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

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


#7601dd Background Color

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

This div background color is #7601dd


#7601dd Border Color

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

This div border color is #7601dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,1,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7601dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7601dd


Comments

No comments written yet.

Please login to write comment.