Color Hex Logo

#1317ef Color Hex

#1317EF
(19,23,239)
0 Favorites   0 Comments

Color spaces of #1317ef

RGB 1923239
HSL0.660.870.51
HSV239°92°94°
CMYK 0.920.900.00   0.06
XYZ16.15496.983282.1578
Yxy6.98320.15340.0663
Hunter Lab26.425762.8777-165.8349
CIE-Lab31.768671.0660-99.7192

#1317ef color RGB value is (19,23,239).

#1317ef hex color red value is 19, green value is 23 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1317ef hue: 0.66 , saturation: 0.87 and the lightness value of 1317ef is 0.51.

The process color (four color CMYK) of #1317ef color hex is 0.92, 0.90, 0.00, 0.06. Web safe color of #1317ef is #0000ff. Color #1317ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010111 11101111
Octal 23 27 357
Decimal 19 23 239
Hex 13 17 EF

RGB Percentages of Color #1317ef

%6.76
%8.19
%85.05

CMYK Percentages of Color #1317ef

%92
%90
%0
%6

Triadic Colors of #1317ef

#1317ef #ef1317 #17ef13

Analogous Colors of #1317ef

#1317ef #7d13ef #1385ef

Monochromatic Colors of #1317ef

#1317ef

Complementary Color

#1317ef #efeb13

#1317ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1317ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1317ef Color CSS Codes

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

#1317ef Text Font Color

<p style="color:#1317ef">Text here</p>

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


#1317ef Background Color

<div style="background-color:#1317ef">
Div content here</div>

This div background color is #1317ef


#1317ef Border Color

<div style="border:3px solid #1317ef">
Div here</div>

This div border color is #1317ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,23,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1317ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1317ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1317ef;
  box-shadow:         1px 1px 3px 2px #1317ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1317ef


Comments

No comments written yet.

Please login to write comment.