Color Hex Logo

#7376cd Color Hex

#7376CD
(115,118,205)
0 Favorites   0 Comments

Color spaces of #7376cd

RGB 115118205
HSL0.660.470.63
HSV238°44°80°
CMYK 0.440.420.00   0.20
XYZ24.568121.009560.5180
Yxy21.00950.23160.1980
Hunter Lab45.836115.4626-46.1960
CIE-Lab52.959921.2627-45.5426

#7376cd color RGB value is (115,118,205).

#7376cd hex color red value is 115, green value is 118 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7376cd hue: 0.66 , saturation: 0.47 and the lightness value of 7376cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 11001101
Octal 163 166 315
Decimal 115 118 205
Hex 73 76 CD

RGB Percentages of Color #7376cd

%26.26
%26.94
%46.80

CMYK Percentages of Color #7376cd

%44
%42
%0
%20

Triadic Colors of #7376cd

#7376cd #cd7376 #76cd73

Analogous Colors of #7376cd

#7376cd #9d73cd #73a3cd

Monochromatic Colors of #7376cd

#7376cd

Complementary Color

#7376cd #cdca73

#7376cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7376cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7376cd Color CSS Codes

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

#7376cd Text Font Color

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

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


#7376cd Background Color

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

This div background color is #7376cd


#7376cd Border Color

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

This div border color is #7376cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7376cd


Comments

No comments written yet.

Please login to write comment.