Color Hex Logo

#7607cd Color Hex

#7607CD
(118,7,205)
0 Favorites   0 Comments

Color spaces of #7607cd

RGB 1187205
HSL0.760.930.42
HSV274°97°80°
CMYK 0.420.970.00   0.20
XYZ18.56668.411358.4026
Yxy8.41130.21750.0985
Hunter Lab29.002263.5179-99.0923
CIE-Lab34.825271.0394-74.8706

#7607cd color RGB value is (118,7,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 11001101
Octal 166 7 315
Decimal 118 7 205
Hex 76 7 CD

RGB Percentages of Color #7607cd

%35.76
%2.12
%62.12

CMYK Percentages of Color #7607cd

%42
%97
%0
%20

Triadic Colors of #7607cd

#7607cd #cd7607 #07cd76

Analogous Colors of #7607cd

#7607cd #cd07c1 #1307cd

Monochromatic Colors of #7607cd

#7607cd

Complementary Color

#7607cd #5ecd07

#7607cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7607cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7607cd Color CSS Codes

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

#7607cd Text Font Color

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

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


#7607cd Background Color

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

This div background color is #7607cd


#7607cd Border Color

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

This div border color is #7607cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7607cd


Comments

No comments written yet.

Please login to write comment.