Color Hex Logo

#7382dc Color Hex

#7382DC
(115,130,220)
0 Favorites   0 Comments

Color spaces of #7382dc

RGB 115130220
HSL0.640.600.66
HSV231°48°86°
CMYK 0.480.410.00   0.14
XYZ27.971124.777471.0184
Yxy24.77740.22600.2002
Hunter Lab49.776913.1948-49.7472
CIE-Lab56.857918.5355-47.8300

#7382dc color RGB value is (115,130,220).

#7382dc hex color red value is 115, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7382dc hue: 0.64 , saturation: 0.60 and the lightness value of 7382dc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000010 11011100
Octal 163 202 334
Decimal 115 130 220
Hex 73 82 DC

RGB Percentages of Color #7382dc

%24.73
%27.96
%47.31

CMYK Percentages of Color #7382dc

%48
%41
%0
%14

Triadic Colors of #7382dc

#7382dc #dc7382 #82dc73

Analogous Colors of #7382dc

#7382dc #9973dc #73b7dc

Monochromatic Colors of #7382dc

#7382dc

Complementary Color

#7382dc #dccd73

#7382dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7382dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7382dc Color CSS Codes

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

#7382dc Text Font Color

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

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


#7382dc Background Color

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

This div background color is #7382dc


#7382dc Border Color

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

This div border color is #7382dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7382dc


Comments

No comments written yet.

Please login to write comment.