Color Hex Logo

#7645be Color Hex

#7645BE
(118,69,190)
0 Favorites   0 Comments

Color spaces of #7645be

RGB 11869190
HSL0.730.480.51
HSV264°64°75°
CMYK 0.380.640.00   0.25
XYZ18.893611.825550.0019
Yxy11.82550.23410.1465
Hunter Lab34.388237.8922-62.1384
CIE-Lab40.937446.3869-56.1342

#7645be color RGB value is (118,69,190).

#7645be hex color red value is 118, green value is 69 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7645be hue: 0.73 , saturation: 0.48 and the lightness value of 7645be is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 10111110
Octal 166 105 276
Decimal 118 69 190
Hex 76 45 BE

RGB Percentages of Color #7645be

%31.30
%18.30
%50.40

CMYK Percentages of Color #7645be

%38
%64
%0
%25

Triadic Colors of #7645be

#7645be #be7645 #45be76

Analogous Colors of #7645be

#7645be #b345be #4550be

Monochromatic Colors of #7645be

#7645be

Complementary Color

#7645be #8dbe45

#7645be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7645be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7645be Color CSS Codes

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

#7645be Text Font Color

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

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


#7645be Background Color

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

This div background color is #7645be


#7645be Border Color

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

This div border color is #7645be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7645be


Comments

No comments written yet.

Please login to write comment.