Color Hex Logo

#7344bb Color Hex

#7344BB
(115,68,187)
0 Favorites   0 Comments

Color spaces of #7344bb

RGB 11568187
HSL0.730.470.50
HSV264°64°73°
CMYK 0.390.640.00   0.27
XYZ18.107011.366948.2534
Yxy11.36690.23300.1462
Hunter Lab33.714836.8648-61.2567
CIE-Lab40.191745.4942-55.6000

#7344bb color RGB value is (115,68,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000100 10111011
Octal 163 104 273
Decimal 115 68 187
Hex 73 44 BB

RGB Percentages of Color #7344bb

%31.08
%18.38
%50.54

CMYK Percentages of Color #7344bb

%39
%64
%0
%27

Triadic Colors of #7344bb

#7344bb #bb7344 #44bb73

Analogous Colors of #7344bb

#7344bb #af44bb #4451bb

Monochromatic Colors of #7344bb

#7344bb

Complementary Color

#7344bb #8cbb44

#7344bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7344bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7344bb Color CSS Codes

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

#7344bb Text Font Color

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

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


#7344bb Background Color

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

This div background color is #7344bb


#7344bb Border Color

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

This div border color is #7344bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,68,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 #7344bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7344bb


Comments

No comments written yet.

Please login to write comment.