Color Hex Logo

#165ce5 Color Hex

#165CE5
(22,92,229)
0 Favorites   0 Comments

Color spaces of #165ce5

RGB 2292229
HSL0.610.820.49
HSV220°90°90°
CMYK 0.900.600.00   0.10
XYZ18.300913.482075.7665
Yxy13.48200.17020.1254
Hunter Lab36.717824.7117-96.6412
CIE-Lab43.480732.3406-74.6764

#165ce5 color RGB value is (22,92,229).

#165ce5 hex color red value is 22, green value is 92 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #165ce5 hue: 0.61 , saturation: 0.82 and the lightness value of 165ce5 is 0.49.

The process color (four color CMYK) of #165ce5 color hex is 0.90, 0.60, 0.00, 0.10. Web safe color of #165ce5 is #0066cc. Color #165ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011100 11100101
Octal 26 134 345
Decimal 22 92 229
Hex 16 5C E5

RGB Percentages of Color #165ce5

%6.41
%26.82
%66.76

CMYK Percentages of Color #165ce5

%90
%60
%0
%10

Triadic Colors of #165ce5

#165ce5 #e5165c #5ce516

Analogous Colors of #165ce5

#165ce5 #3716e5 #16c4e5

Monochromatic Colors of #165ce5

#165ce5

Complementary Color

#165ce5 #e59f16

#165ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165ce5 Color CSS Codes

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

#165ce5 Text Font Color

<p style="color:#165ce5">Text here</p>

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


#165ce5 Background Color

<div style="background-color:#165ce5">
Div content here</div>

This div background color is #165ce5


#165ce5 Border Color

<div style="border:3px solid #165ce5">
Div here</div>

This div border color is #165ce5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,92,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165ce5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165ce5;
  -webkit-box-shadow: 1px 1px 3px 2px #165ce5;
  box-shadow:         1px 1px 3px 2px #165ce5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,92,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165ce5


Comments

No comments written yet.

Please login to write comment.