Color Hex Logo

#7193da Color Hex

#7193DA
(113,147,218)
0 Favorites   0 Comments

Color spaces of #7193da

RGB 113147218
HSL0.610.590.65
HSV221°48°85°
CMYK 0.480.330.00   0.15
XYZ29.898729.440170.4363
Yxy29.44010.23040.2269
Hunter Lab54.25873.4078-38.9866
CIE-Lab61.16817.4278-39.9234

#7193da color RGB value is (113,147,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 11011010
Octal 161 223 332
Decimal 113 147 218
Hex 71 93 DA

RGB Percentages of Color #7193da

%23.64
%30.75
%45.61

CMYK Percentages of Color #7193da

%48
%33
%0
%15

Triadic Colors of #7193da

#7193da #da7193 #93da71

Analogous Colors of #7193da

#7193da #8471da #71c8da

Monochromatic Colors of #7193da

#7193da

Complementary Color

#7193da #dab871

#7193da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193da Color CSS Codes

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

#7193da Text Font Color

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

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


#7193da Background Color

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

This div background color is #7193da


#7193da Border Color

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

This div border color is #7193da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,147,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193da


Comments

No comments written yet.

Please login to write comment.