Color Hex Logo

#1952cb Color Hex

#1952CB
(25,82,203)
0 Favorites   0 Comments

Color spaces of #1952cb

RGB 2582203
HSL0.610.780.45
HSV221°88°80°
CMYK 0.880.600.00   0.20
XYZ14.197710.553157.7886
Yxy10.55310.17200.1279
Hunter Lab32.485521.1632-82.7313
CIE-Lab38.817329.0138-67.4161

#1952cb color RGB value is (25,82,203).

#1952cb hex color red value is 25, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1952cb hue: 0.61 , saturation: 0.78 and the lightness value of 1952cb is 0.45.

The process color (four color CMYK) of #1952cb color hex is 0.88, 0.60, 0.00, 0.20. Web safe color of #1952cb is #0066cc. Color #1952cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010010 11001011
Octal 31 122 313
Decimal 25 82 203
Hex 19 52 CB

RGB Percentages of Color #1952cb

%8.06
%26.45
%65.48

CMYK Percentages of Color #1952cb

%88
%60
%0
%20

Triadic Colors of #1952cb

#1952cb #cb1952 #52cb19

Analogous Colors of #1952cb

#1952cb #3919cb #19abcb

Monochromatic Colors of #1952cb

#1952cb

Complementary Color

#1952cb #cb9219

#1952cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1952cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1952cb Color CSS Codes

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

#1952cb Text Font Color

<p style="color:#1952cb">Text here</p>

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


#1952cb Background Color

<div style="background-color:#1952cb">
Div content here</div>

This div background color is #1952cb


#1952cb Border Color

<div style="border:3px solid #1952cb">
Div here</div>

This div border color is #1952cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,82,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1952cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1952cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1952cb;
  box-shadow:         1px 1px 3px 2px #1952cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1952cb


Comments

No comments written yet.

Please login to write comment.