Color Hex Logo

#7370dc Color Hex

#7370DC
(115,112,220)
0 Favorites   0 Comments

Color spaces of #7370dc

RGB 115112220
HSL0.670.610.65
HSV242°49°86°
CMYK 0.480.490.00   0.14
XYZ25.782720.400570.2889
Yxy20.40050.22140.1752
Hunter Lab45.166922.8513-60.6505
CIE-Lab52.287029.3275-55.1149

#7370dc color RGB value is (115,112,220).

#7370dc hex color red value is 115, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7370dc hue: 0.67 , saturation: 0.61 and the lightness value of 7370dc is 0.65.

The process color (four color CMYK) of #7370dc color hex is 0.48, 0.49, 0.00, 0.14. Web safe color of #7370dc is #6666cc. Color #7370dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 11011100
Octal 163 160 334
Decimal 115 112 220
Hex 73 70 DC

RGB Percentages of Color #7370dc

%25.73
%25.06
%49.22

CMYK Percentages of Color #7370dc

%48
%49
%0
%14

Triadic Colors of #7370dc

#7370dc #dc7370 #70dc73

Analogous Colors of #7370dc

#7370dc #a970dc #70a3dc

Monochromatic Colors of #7370dc

#7370dc

Complementary Color

#7370dc #d9dc70

#7370dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7370dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7370dc Color CSS Codes

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

#7370dc Text Font Color

<p style="color:#7370dc">Text here</p>

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


#7370dc Background Color

<div style="background-color:#7370dc">
Div content here</div>

This div background color is #7370dc


#7370dc Border Color

<div style="border:3px solid #7370dc">
Div here</div>

This div border color is #7370dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,112,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7370dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7370dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7370dc;
  box-shadow:         1px 1px 3px 2px #7370dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7370dc


Comments

No comments written yet.

Please login to write comment.