Color Hex Logo

#7373cd Color Hex

#7373CD
(115,115,205)
0 Favorites   0 Comments

Color spaces of #7373cd

RGB 115115205
HSL0.670.470.63
HSV240°44°80°
CMYK 0.440.440.00   0.20
XYZ24.220420.314160.4021
Yxy20.31410.23080.1936
Hunter Lab45.071217.0480-47.9076
CIE-Lab52.190523.0694-46.7641

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110011 11001101
Octal 163 163 315
Decimal 115 115 205
Hex 73 73 CD

RGB Percentages of Color #7373cd

%26.44
%26.44
%47.13

CMYK Percentages of Color #7373cd

%44
%44
%0
%20

Triadic Colors of #7373cd

#7373cd #cd7373 #73cd73

Analogous Colors of #7373cd

#7373cd #a073cd #73a0cd

Monochromatic Colors of #7373cd

#7373cd

Complementary Color

#7373cd #cdcd73

#7373cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7373cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7373cd Color CSS Codes

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

#7373cd Text Font Color

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

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


#7373cd Background Color

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

This div background color is #7373cd


#7373cd Border Color

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

This div border color is #7373cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7373cd


Comments

No comments written yet.

Please login to write comment.