Color Hex Logo

#7344cc Color Hex

#7344CC
(115,68,204)
0 Favorites   0 Comments

Color spaces of #7344cc

RGB 11568204
HSL0.720.570.53
HSV261°67°80°
CMYK 0.440.670.00   0.20
XYZ20.036412.138758.4137
Yxy12.13870.22120.1340
Hunter Lab34.840641.6819-75.0170
CIE-Lab41.435750.0077-63.4834

#7344cc color RGB value is (115,68,204).

#7344cc hex color red value is 115, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7344cc hue: 0.72 , saturation: 0.57 and the lightness value of 7344cc is 0.53.

The process color (four color CMYK) of #7344cc color hex is 0.44, 0.67, 0.00, 0.20. Web safe color of #7344cc is #6633cc. Color #7344cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000100 11001100
Octal 163 104 314
Decimal 115 68 204
Hex 73 44 CC

RGB Percentages of Color #7344cc

%29.72
%17.57
%52.71

CMYK Percentages of Color #7344cc

%44
%67
%0
%20

Triadic Colors of #7344cc

#7344cc #cc7344 #44cc73

Analogous Colors of #7344cc

#7344cc #b744cc #4459cc

Monochromatic Colors of #7344cc

#7344cc

Complementary Color

#7344cc #9dcc44

#7344cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7344cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7344cc Color CSS Codes

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

#7344cc Text Font Color

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

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


#7344cc Background Color

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

This div background color is #7344cc


#7344cc Border Color

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

This div border color is #7344cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,68,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7344cc


Comments

No comments written yet.

Please login to write comment.