Color Hex Logo

#7344cd Color Hex

#7344CD
(115,68,205)
0 Favorites   0 Comments

Color spaces of #7344cd

RGB 11568205
HSL0.720.580.54
HSV261°67°80°
CMYK 0.440.670.00   0.20
XYZ20.156812.186959.0475
Yxy12.18690.22060.1333
Hunter Lab34.909741.9734-75.8483
CIE-Lab41.511650.2753-63.9382

#7344cd color RGB value is (115,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000100 11001101
Octal 163 104 315
Decimal 115 68 205
Hex 73 44 CD

RGB Percentages of Color #7344cd

%29.64
%17.53
%52.84

CMYK Percentages of Color #7344cd

%44
%67
%0
%20

Triadic Colors of #7344cd

#7344cd #cd7344 #44cd73

Analogous Colors of #7344cd

#7344cd #b844cd #4459cd

Monochromatic Colors of #7344cd

#7344cd

Complementary Color

#7344cd #9ecd44

#7344cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7344cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7344cd Color CSS Codes

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

#7344cd Text Font Color

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

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


#7344cd Background Color

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

This div background color is #7344cd


#7344cd Border Color

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

This div border color is #7344cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7344cd


Comments

No comments written yet.

Please login to write comment.