Color Hex Logo

#1352cb Color Hex

#1352CB
(19,82,203)
0 Favorites   0 Comments

Color spaces of #1352cb

RGB 1982203
HSL0.610.830.44
HSV219°91°80°
CMYK 0.910.600.00   0.20
XYZ14.065310.484857.7824
Yxy10.48480.17080.1273
Hunter Lab32.380220.8712-83.1366
CIE-Lab38.698828.6974-67.6147

#1352cb color RGB value is (19,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 11001011
Octal 23 122 313
Decimal 19 82 203
Hex 13 52 CB

RGB Percentages of Color #1352cb

%6.25
%26.97
%66.78

CMYK Percentages of Color #1352cb

%91
%60
%0
%20

Triadic Colors of #1352cb

#1352cb #cb1352 #52cb13

Analogous Colors of #1352cb

#1352cb #3013cb #13aecb

Monochromatic Colors of #1352cb

#1352cb

Complementary Color

#1352cb #cb8c13

#1352cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1352cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1352cb Color CSS Codes

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

#1352cb Text Font Color

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

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


#1352cb Background Color

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

This div background color is #1352cb


#1352cb Border Color

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

This div border color is #1352cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #1352cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1352cb


Comments

No comments written yet.

Please login to write comment.