Color Hex Logo

#7392dc Color Hex

#7392DC
(115,146,220)
0 Favorites   0 Comments

Color spaces of #7392dc

RGB 115146220
HSL0.620.600.66
HSV222°48°86°
CMYK 0.480.340.00   0.14
XYZ30.267429.369971.7838
Yxy29.36990.23030.2235
Hunter Lab54.19404.8529-40.5980
CIE-Lab61.10679.0844-41.1253

#7392dc color RGB value is (115,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 11011100
Octal 163 222 334
Decimal 115 146 220
Hex 73 92 DC

RGB Percentages of Color #7392dc

%23.91
%30.35
%45.74

CMYK Percentages of Color #7392dc

%48
%34
%0
%14

Triadic Colors of #7392dc

#7392dc #dc7392 #92dc73

Analogous Colors of #7392dc

#7392dc #8973dc #73c7dc

Monochromatic Colors of #7392dc

#7392dc

Complementary Color

#7392dc #dcbd73

#7392dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7392dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7392dc Color CSS Codes

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

#7392dc Text Font Color

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

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


#7392dc Background Color

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

This div background color is #7392dc


#7392dc Border Color

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

This div border color is #7392dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7392dc


Comments

No comments written yet.

Please login to write comment.