Color Hex Logo

#145dff Color Hex

#145DFF
(20,93,255)
0 Favorites   0 Comments

Color spaces of #145dff

RGB 2093255
HSL0.611.000.54
HSV221°92°100°
CMYK 0.920.640.00   0.00
XYZ22.252815.197496.3683
Yxy15.19740.16630.1136
Hunter Lab38.983833.6698-119.2766
CIE-Lab45.903441.3415-85.2937

#145dff color RGB value is (20,93,255).

#145dff hex color red value is 20, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #145dff hue: 0.61 , saturation: 1.00 and the lightness value of 145dff is 0.54.

The process color (four color CMYK) of #145dff color hex is 0.92, 0.64, 0.00, 0.00. Web safe color of #145dff is #0066ff. Color #145dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011101 11111111
Octal 24 135 377
Decimal 20 93 255
Hex 14 5D FF

RGB Percentages of Color #145dff

%5.43
%25.27
%69.29

CMYK Percentages of Color #145dff

%92
%64
%0
%0

Triadic Colors of #145dff

#145dff #ff145d #5dff14

Analogous Colors of #145dff

#145dff #4014ff #14d3ff

Monochromatic Colors of #145dff

#145dff

Complementary Color

#145dff #ffb614

#145dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#145dff Color CSS Codes

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

#145dff Text Font Color

<p style="color:#145dff">Text here</p>

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


#145dff Background Color

<div style="background-color:#145dff">
Div content here</div>

This div background color is #145dff


#145dff Border Color

<div style="border:3px solid #145dff">
Div here</div>

This div border color is #145dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,93,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145dff;
  -webkit-box-shadow: 1px 1px 3px 2px #145dff;
  box-shadow:         1px 1px 3px 2px #145dff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145dff


Comments

No comments written yet.

Please login to write comment.