Color Hex Logo

#1382ca Color Hex

#1382CA
(19,130,202)
0 Favorites   0 Comments

Color spaces of #1382ca

RGB 19130202
HSL0.570.830.43
HSV204°91°79°
CMYK 0.910.360.00   0.21
XYZ18.911920.368058.8118
Yxy20.36800.19280.2076
Hunter Lab45.1309-4.1795-45.6714
CIE-Lab52.2508-2.2833-45.2052

#1382ca color RGB value is (19,130,202).

#1382ca hex color red value is 19, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1382ca hue: 0.57 , saturation: 0.83 and the lightness value of 1382ca is 0.43.

The process color (four color CMYK) of #1382ca color hex is 0.91, 0.36, 0.00, 0.21. Web safe color of #1382ca is #0099cc. Color #1382ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 11001010
Octal 23 202 312
Decimal 19 130 202
Hex 13 82 CA

RGB Percentages of Color #1382ca

%5.41
%37.04
%57.55

CMYK Percentages of Color #1382ca

%91
%36
%0
%21

Triadic Colors of #1382ca

#1382ca #ca1382 #82ca13

Analogous Colors of #1382ca

#1382ca #1327ca #13cab7

Monochromatic Colors of #1382ca

#1382ca

Complementary Color

#1382ca #ca5b13

#1382ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1382ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1382ca Color CSS Codes

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

#1382ca Text Font Color

<p style="color:#1382ca">Text here</p>

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


#1382ca Background Color

<div style="background-color:#1382ca">
Div content here</div>

This div background color is #1382ca


#1382ca Border Color

<div style="border:3px solid #1382ca">
Div here</div>

This div border color is #1382ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,130,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1382ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1382ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1382ca;
  box-shadow:         1px 1px 3px 2px #1382ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1382ca


Comments

No comments written yet.

Please login to write comment.