Color Hex Logo

#7189ec Color Hex

#7189EC
(113,137,236)
0 Favorites   0 Comments

Color spaces of #7189ec

RGB 113137236
HSL0.630.760.68
HSV228°52°93°
CMYK 0.520.420.00   0.07
XYZ30.896027.458283.0284
Yxy27.45820.21850.1942
Hunter Lab52.400613.5447-57.2643
CIE-Lab59.396118.8054-52.7265

#7189ec color RGB value is (113,137,236).

#7189ec hex color red value is 113, green value is 137 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7189ec hue: 0.63 , saturation: 0.76 and the lightness value of 7189ec is 0.68.

The process color (four color CMYK) of #7189ec color hex is 0.52, 0.42, 0.00, 0.07. Web safe color of #7189ec is #6699ff. Color #7189ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 11101100
Octal 161 211 354
Decimal 113 137 236
Hex 71 89 EC

RGB Percentages of Color #7189ec

%23.25
%28.19
%48.56

CMYK Percentages of Color #7189ec

%52
%42
%0
%7

Triadic Colors of #7189ec

#7189ec #ec7189 #89ec71

Analogous Colors of #7189ec

#7189ec #9771ec #71c7ec

Monochromatic Colors of #7189ec

#7189ec

Complementary Color

#7189ec #ecd471

#7189ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7189ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7189ec Color CSS Codes

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

#7189ec Text Font Color

<p style="color:#7189ec">Text here</p>

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


#7189ec Background Color

<div style="background-color:#7189ec">
Div content here</div>

This div background color is #7189ec


#7189ec Border Color

<div style="border:3px solid #7189ec">
Div here</div>

This div border color is #7189ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,137,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7189ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7189ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7189ec;
  box-shadow:         1px 1px 3px 2px #7189ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7189ec


Comments

No comments written yet.

Please login to write comment.