Color Hex Logo

#155dfc Color Hex

#155DFC
(21,93,252)
0 Favorites   0 Comments

Color spaces of #155dfc

RGB 2193252
HSL0.610.970.54
HSV221°92°99°
CMYK 0.920.630.00   0.01
XYZ21.794315.016493.8452
Yxy15.01640.16680.1149
Hunter Lab38.751032.5775-116.4598
CIE-Lab45.656740.2739-84.0284

#155dfc color RGB value is (21,93,252).

#155dfc hex color red value is 21, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #155dfc hue: 0.61 , saturation: 0.97 and the lightness value of 155dfc is 0.54.

The process color (four color CMYK) of #155dfc color hex is 0.92, 0.63, 0.00, 0.01. Web safe color of #155dfc is #0066ff. Color #155dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011101 11111100
Octal 25 135 374
Decimal 21 93 252
Hex 15 5D FC

RGB Percentages of Color #155dfc

%5.74
%25.41
%68.85

CMYK Percentages of Color #155dfc

%92
%63
%0
%1

Triadic Colors of #155dfc

#155dfc #fc155d #5dfc15

Analogous Colors of #155dfc

#155dfc #4115fc #15d1fc

Monochromatic Colors of #155dfc

#155dfc

Complementary Color

#155dfc #fcb415

#155dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#155dfc Color CSS Codes

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

#155dfc Text Font Color

<p style="color:#155dfc">Text here</p>

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


#155dfc Background Color

<div style="background-color:#155dfc">
Div content here</div>

This div background color is #155dfc


#155dfc Border Color

<div style="border:3px solid #155dfc">
Div here</div>

This div border color is #155dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,93,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #155dfc;
  box-shadow:         1px 1px 3px 2px #155dfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155dfc


Comments

No comments written yet.

Please login to write comment.