Color Hex Logo

#7601cd Color Hex

#7601CD
(118,1,205)
0 Favorites   0 Comments

Color spaces of #7601cd

RGB 1181205
HSL0.760.990.40
HSV274°100°80°
CMYK 0.421.000.00   0.20
XYZ18.50158.281058.3809
Yxy8.28100.21720.0972
Hunter Lab28.776764.4042-100.1411
CIE-Lab34.561471.8371-75.3053

#7601cd color RGB value is (118,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 11001101
Octal 166 1 315
Decimal 118 1 205
Hex 76 1 CD

RGB Percentages of Color #7601cd

%36.42
%0.31
%63.27

CMYK Percentages of Color #7601cd

%42
%100
%0
%20

Triadic Colors of #7601cd

#7601cd #cd7601 #01cd76

Analogous Colors of #7601cd

#7601cd #cd01be #1001cd

Monochromatic Colors of #7601cd

#7601cd

Complementary Color

#7601cd #58cd01

#7601cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7601cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7601cd Color CSS Codes

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

#7601cd Text Font Color

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

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


#7601cd Background Color

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

This div background color is #7601cd


#7601cd Border Color

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

This div border color is #7601cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7601cd


Comments

No comments written yet.

Please login to write comment.