Color Hex Logo

#1538bc Color Hex

#1538BC
(21,56,188)
0 Favorites   0 Comments

Color spaces of #1538bc

RGB 2156188
HSL0.630.800.41
HSV227°89°74°
CMYK 0.890.700.00   0.26
XYZ10.80056.618648.2852
Yxy6.61860.16440.1007
Hunter Lab25.726629.9158-93.2701
CIE-Lab30.922439.9285-71.6151

#1538bc color RGB value is (21,56,188).

#1538bc hex color red value is 21, green value is 56 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1538bc hue: 0.63 , saturation: 0.80 and the lightness value of 1538bc is 0.41.

The process color (four color CMYK) of #1538bc color hex is 0.89, 0.70, 0.00, 0.26. Web safe color of #1538bc is #0033cc. Color #1538bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10111100
Octal 25 70 274
Decimal 21 56 188
Hex 15 38 BC

RGB Percentages of Color #1538bc

%7.92
%21.13
%70.94

CMYK Percentages of Color #1538bc

%89
%70
%0
%26

Triadic Colors of #1538bc

#1538bc #bc1538 #38bc15

Analogous Colors of #1538bc

#1538bc #4615bc #158cbc

Monochromatic Colors of #1538bc

#1538bc

Complementary Color

#1538bc #bc9915

#1538bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1538bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1538bc Color CSS Codes

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

#1538bc Text Font Color

<p style="color:#1538bc">Text here</p>

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


#1538bc Background Color

<div style="background-color:#1538bc">
Div content here</div>

This div background color is #1538bc


#1538bc Border Color

<div style="border:3px solid #1538bc">
Div here</div>

This div border color is #1538bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,56,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1538bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1538bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1538bc;
  box-shadow:         1px 1px 3px 2px #1538bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1538bc


Comments

No comments written yet.

Please login to write comment.