Color Hex Logo

#7446bb Color Hex

#7446BB
(116,70,187)
0 Favorites   0 Comments

Color spaces of #7446bb

RGB 11670187
HSL0.730.460.50
HSV264°63°73°
CMYK 0.380.630.00   0.27
XYZ18.362311.681248.3006
Yxy11.68120.23440.1491
Hunter Lab34.177836.0896-59.8652
CIE-Lab40.704944.6279-54.7649

#7446bb color RGB value is (116,70,187).

#7446bb hex color red value is 116, green value is 70 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7446bb hue: 0.73 , saturation: 0.46 and the lightness value of 7446bb is 0.50.

The process color (four color CMYK) of #7446bb color hex is 0.38, 0.63, 0.00, 0.27. Web safe color of #7446bb is #6633cc. Color #7446bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000110 10111011
Octal 164 106 273
Decimal 116 70 187
Hex 74 46 BB

RGB Percentages of Color #7446bb

%31.10
%18.77
%50.13

CMYK Percentages of Color #7446bb

%38
%63
%0
%27

Triadic Colors of #7446bb

#7446bb #bb7446 #46bb74

Analogous Colors of #7446bb

#7446bb #af46bb #4652bb

Monochromatic Colors of #7446bb

#7446bb

Complementary Color

#7446bb #8dbb46

#7446bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7446bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7446bb Color CSS Codes

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

#7446bb Text Font Color

<p style="color:#7446bb">Text here</p>

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


#7446bb Background Color

<div style="background-color:#7446bb">
Div content here</div>

This div background color is #7446bb


#7446bb Border Color

<div style="border:3px solid #7446bb">
Div here</div>

This div border color is #7446bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,70,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7446bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7446bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7446bb;
  box-shadow:         1px 1px 3px 2px #7446bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,70,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7446bb


Comments

No comments written yet.

Please login to write comment.