Color Hex Logo

#1848bc Color Hex

#1848BC
(24,72,188)
0 Favorites   0 Comments

Color spaces of #1848bc

RGB 2472188
HSL0.620.770.42
HSV222°87°74°
CMYK 0.870.620.00   0.26
XYZ11.77128.459848.5894
Yxy8.45980.17100.1229
Hunter Lab29.085721.3402-78.6874
CIE-Lab34.922729.7340-65.0376

#1848bc color RGB value is (24,72,188).

#1848bc hex color red value is 24, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1848bc hue: 0.62 , saturation: 0.77 and the lightness value of 1848bc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001000 10111100
Octal 30 110 274
Decimal 24 72 188
Hex 18 48 BC

RGB Percentages of Color #1848bc

%8.45
%25.35
%66.20

CMYK Percentages of Color #1848bc

%87
%62
%0
%26

Triadic Colors of #1848bc

#1848bc #bc1848 #48bc18

Analogous Colors of #1848bc

#1848bc #3a18bc #189abc

Monochromatic Colors of #1848bc

#1848bc

Complementary Color

#1848bc #bc8c18

#1848bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1848bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1848bc Color CSS Codes

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

#1848bc Text Font Color

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

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


#1848bc Background Color

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

This div background color is #1848bc


#1848bc Border Color

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

This div border color is #1848bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,72,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 #1848bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1848bc


Comments

No comments written yet.

Please login to write comment.