Color Hex Logo

#7645cb Color Hex

#7645CB
(118,69,203)
0 Favorites   0 Comments

Color spaces of #7645cb

RGB 11869203
HSL0.730.560.53
HSV262°66°80°
CMYK 0.420.660.00   0.20
XYZ20.378812.419657.8231
Yxy12.41960.22490.1370
Hunter Lab35.241541.5473-72.6122
CIE-Lab41.875449.7981-62.1759

#7645cb color RGB value is (118,69,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 11001011
Octal 166 105 313
Decimal 118 69 203
Hex 76 45 CB

RGB Percentages of Color #7645cb

%30.26
%17.69
%52.05

CMYK Percentages of Color #7645cb

%42
%66
%0
%20

Triadic Colors of #7645cb

#7645cb #cb7645 #45cb76

Analogous Colors of #7645cb

#7645cb #b945cb #4557cb

Monochromatic Colors of #7645cb

#7645cb

Complementary Color

#7645cb #9acb45

#7645cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7645cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7645cb Color CSS Codes

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

#7645cb Text Font Color

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

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


#7645cb Background Color

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

This div background color is #7645cb


#7645cb Border Color

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

This div border color is #7645cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7645cb


Comments

No comments written yet.

Please login to write comment.