Color Hex Logo

#5193ca Color Hex

#5193CA
(81,147,202)
0 Favorites   0 Comments

Color spaces of #5193ca

RGB 81147202
HSL0.580.530.55
HSV207°60°79°
CMYK 0.600.270.00   0.21
XYZ24.487726.881059.7750
Yxy26.88100.22030.2419
Hunter Lab51.8469-6.4251-32.0634
CIE-Lab58.8640-4.5339-34.6874

#5193ca color RGB value is (81,147,202).

#5193ca hex color red value is 81, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5193ca hue: 0.58 , saturation: 0.53 and the lightness value of 5193ca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 11001010
Octal 121 223 312
Decimal 81 147 202
Hex 51 93 CA

RGB Percentages of Color #5193ca

%18.84
%34.19
%46.98

CMYK Percentages of Color #5193ca

%60
%27
%0
%21

Triadic Colors of #5193ca

#5193ca #ca5193 #93ca51

Analogous Colors of #5193ca

#5193ca #5157ca #51cac5

Monochromatic Colors of #5193ca

#5193ca

Complementary Color

#5193ca #ca8851

#5193ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5193ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5193ca Color CSS Codes

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

#5193ca Text Font Color

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

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


#5193ca Background Color

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

This div background color is #5193ca


#5193ca Border Color

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

This div border color is #5193ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5193ca


Comments

No comments written yet.

Please login to write comment.