Color Hex Logo

#7642cd Color Hex

#7642CD
(118,66,205)
0 Favorites   0 Comments

Color spaces of #7642cd

RGB 11866205
HSL0.730.580.53
HSV262°68°80°
CMYK 0.420.680.00   0.20
XYZ20.438912.155859.0267
Yxy12.15580.22310.1327
Hunter Lab34.865243.6275-75.9723
CIE-Lab41.462751.8709-64.0035

#7642cd color RGB value is (118,66,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000010 11001101
Octal 166 102 315
Decimal 118 66 205
Hex 76 42 CD

RGB Percentages of Color #7642cd

%30.33
%16.97
%52.70

CMYK Percentages of Color #7642cd

%42
%68
%0
%20

Triadic Colors of #7642cd

#7642cd #cd7642 #42cd76

Analogous Colors of #7642cd

#7642cd #bc42cd #4254cd

Monochromatic Colors of #7642cd

#7642cd

Complementary Color

#7642cd #99cd42

#7642cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7642cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7642cd Color CSS Codes

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

#7642cd Text Font Color

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

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


#7642cd Background Color

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

This div background color is #7642cd


#7642cd Border Color

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

This div border color is #7642cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7642cd


Comments

No comments written yet.

Please login to write comment.