Color Hex Logo

#1352c5 Color Hex

#1352C5
(19,82,197)
0 Favorites   0 Comments

Color spaces of #1352c5

RGB 1982197
HSL0.610.820.42
HSV219°90°77°
CMYK 0.900.580.00   0.23
XYZ13.363910.204354.0886
Yxy10.20430.17210.1314
Hunter Lab31.944218.7735-78.0303
CIE-Lab38.206626.3477-64.9367

#1352c5 color RGB value is (19,82,197).

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

The process color (four color CMYK) of #1352c5 color hex is 0.90, 0.58, 0.00, 0.23. Web safe color of #1352c5 is #0066cc. Color #1352c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 11000101
Octal 23 122 305
Decimal 19 82 197
Hex 13 52 C5

RGB Percentages of Color #1352c5

%6.38
%27.52
%66.11

CMYK Percentages of Color #1352c5

%90
%58
%0
%23

Triadic Colors of #1352c5

#1352c5 #c51352 #52c513

Analogous Colors of #1352c5

#1352c5 #2d13c5 #13abc5

Monochromatic Colors of #1352c5

#1352c5

Complementary Color

#1352c5 #c58613

#1352c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1352c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1352c5 Color CSS Codes

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

#1352c5 Text Font Color

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

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


#1352c5 Background Color

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

This div background color is #1352c5


#1352c5 Border Color

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

This div border color is #1352c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1352c5


Comments

No comments written yet.

Please login to write comment.