Color Hex Logo

#7189ca Color Hex

#7189CA
(113,137,202)
0 Favorites   0 Comments

Color spaces of #7189ca

RGB 113137202
HSL0.620.460.62
HSV224°44°79°
CMYK 0.440.320.00   0.21
XYZ26.416425.666359.4389
Yxy25.66630.23690.2301
Hunter Lab50.66194.4160-34.0984
CIE-Lab57.71898.5445-36.3541

#7189ca color RGB value is (113,137,202).

#7189ca hex color red value is 113, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7189ca hue: 0.62 , saturation: 0.46 and the lightness value of 7189ca is 0.62.

The process color (four color CMYK) of #7189ca color hex is 0.44, 0.32, 0.00, 0.21. Web safe color of #7189ca is #6699cc. Color #7189ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 11001010
Octal 161 211 312
Decimal 113 137 202
Hex 71 89 CA

RGB Percentages of Color #7189ca

%25.00
%30.31
%44.69

CMYK Percentages of Color #7189ca

%44
%32
%0
%21

Triadic Colors of #7189ca

#7189ca #ca7189 #89ca71

Analogous Colors of #7189ca

#7189ca #8671ca #71b6ca

Monochromatic Colors of #7189ca

#7189ca

Complementary Color

#7189ca #cab271

#7189ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7189ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7189ca Color CSS Codes

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

#7189ca Text Font Color

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

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


#7189ca Background Color

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

This div background color is #7189ca


#7189ca Border Color

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

This div border color is #7189ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7189ca


Comments

No comments written yet.

Please login to write comment.