Color Hex Logo

#7646cd Color Hex

#7646CD
(118,70,205)
0 Favorites   0 Comments

Color spaces of #7646cd

RGB 11870205
HSL0.730.570.54
HSV261°66°80°
CMYK 0.420.660.00   0.20
XYZ20.680812.639659.1073
Yxy12.63960.22380.1368
Hunter Lab35.552241.6175-73.6860
CIE-Lab42.215149.8048-62.7803

#7646cd color RGB value is (118,70,205).

#7646cd hex color red value is 118, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7646cd hue: 0.73 , saturation: 0.57 and the lightness value of 7646cd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 11001101
Octal 166 106 315
Decimal 118 70 205
Hex 76 46 CD

RGB Percentages of Color #7646cd

%30.03
%17.81
%52.16

CMYK Percentages of Color #7646cd

%42
%66
%0
%20

Triadic Colors of #7646cd

#7646cd #cd7646 #46cd76

Analogous Colors of #7646cd

#7646cd #ba46cd #4659cd

Monochromatic Colors of #7646cd

#7646cd

Complementary Color

#7646cd #9dcd46

#7646cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7646cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7646cd Color CSS Codes

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

#7646cd Text Font Color

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

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


#7646cd Background Color

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

This div background color is #7646cd


#7646cd Border Color

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

This div border color is #7646cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7646cd


Comments

No comments written yet.

Please login to write comment.