Color Hex Logo

#1948cc Color Hex

#1948CC
(25,72,204)
0 Favorites   0 Comments

Color spaces of #1948cc

RGB 2572204
HSL0.620.780.45
HSV224°88°80°
CMYK 0.880.650.00   0.20
XYZ13.61749.201058.1850
Yxy9.20100.16810.1136
Hunter Lab30.333227.0506-92.4968
CIE-Lab36.368435.9046-72.0078

#1948cc color RGB value is (25,72,204).

#1948cc hex color red value is 25, green value is 72 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1948cc hue: 0.62 , saturation: 0.78 and the lightness value of 1948cc is 0.45.

The process color (four color CMYK) of #1948cc color hex is 0.88, 0.65, 0.00, 0.20. Web safe color of #1948cc is #0033cc. Color #1948cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001000 11001100
Octal 31 110 314
Decimal 25 72 204
Hex 19 48 CC

RGB Percentages of Color #1948cc

%8.31
%23.92
%67.77

CMYK Percentages of Color #1948cc

%88
%65
%0
%20

Triadic Colors of #1948cc

#1948cc #cc1948 #48cc19

Analogous Colors of #1948cc

#1948cc #4419cc #19a2cc

Monochromatic Colors of #1948cc

#1948cc

Complementary Color

#1948cc #cc9d19

#1948cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1948cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1948cc Color CSS Codes

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

#1948cc Text Font Color

<p style="color:#1948cc">Text here</p>

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


#1948cc Background Color

<div style="background-color:#1948cc">
Div content here</div>

This div background color is #1948cc


#1948cc Border Color

<div style="border:3px solid #1948cc">
Div here</div>

This div border color is #1948cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,72,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1948cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1948cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1948cc;
  box-shadow:         1px 1px 3px 2px #1948cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,72,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1948cc


Comments

No comments written yet.

Please login to write comment.