Color Hex Logo

#7642be Color Hex

#7642BE
(118,66,190)
0 Favorites   0 Comments

Color spaces of #7642be

RGB 11866190
HSL0.740.490.50
HSV265°65°75°
CMYK 0.380.650.00   0.25
XYZ18.713711.465749.9420
Yxy11.46570.23360.1431
Hunter Lab33.861039.3933-63.7447
CIE-Lab40.354047.9725-57.0785

#7642be color RGB value is (118,66,190).

#7642be hex color red value is 118, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7642be hue: 0.74 , saturation: 0.49 and the lightness value of 7642be is 0.50.

The process color (four color CMYK) of #7642be color hex is 0.38, 0.65, 0.00, 0.25. Web safe color of #7642be is #6633cc. Color #7642be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000010 10111110
Octal 166 102 276
Decimal 118 66 190
Hex 76 42 BE

RGB Percentages of Color #7642be

%31.55
%17.65
%50.80

CMYK Percentages of Color #7642be

%38
%65
%0
%25

Triadic Colors of #7642be

#7642be #be7642 #42be76

Analogous Colors of #7642be

#7642be #b442be #424cbe

Monochromatic Colors of #7642be

#7642be

Complementary Color

#7642be #8abe42

#7642be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7642be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7642be Color CSS Codes

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

#7642be Text Font Color

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

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


#7642be Background Color

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

This div background color is #7642be


#7642be Border Color

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

This div border color is #7642be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7642be


Comments

No comments written yet.

Please login to write comment.