Color Hex Logo

#7193dc Color Hex

#7193DC
(113,147,220)
0 Favorites   0 Comments

Color spaces of #7193dc

RGB 113147220
HSL0.610.600.65
HSV221°49°86°
CMYK 0.490.330.00   0.14
XYZ30.162029.545571.8233
Yxy29.54550.22930.2246
Hunter Lab54.35583.9270-40.2941
CIE-Lab61.26018.0266-40.8928

#7193dc color RGB value is (113,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 11011100
Octal 161 223 334
Decimal 113 147 220
Hex 71 93 DC

RGB Percentages of Color #7193dc

%23.54
%30.63
%45.83

CMYK Percentages of Color #7193dc

%49
%33
%0
%14

Triadic Colors of #7193dc

#7193dc #dc7193 #93dc71

Analogous Colors of #7193dc

#7193dc #8571dc #71c9dc

Monochromatic Colors of #7193dc

#7193dc

Complementary Color

#7193dc #dcba71

#7193dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193dc Color CSS Codes

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

#7193dc Text Font Color

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

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


#7193dc Background Color

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

This div background color is #7193dc


#7193dc Border Color

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

This div border color is #7193dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193dc


Comments

No comments written yet.

Please login to write comment.