Color Hex Logo

#1300ef Color Hex

#1300EF
(19,0,239)
0 Favorites   0 Comments

Color spaces of #1300ef

RGB 190239
HSL0.681.000.47
HSV245°100°94°
CMYK 0.921.000.00   0.06
XYZ15.84856.370482.0557
Yxy6.37040.15200.0611
Hunter Lab25.239767.9145-175.0878
CIE-Lab30.328475.5119-102.1269

#1300ef color RGB value is (19,0,239).

#1300ef hex color red value is 19, green value is 0 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1300ef hue: 0.68 , saturation: 1.00 and the lightness value of 1300ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 11101111
Octal 23 0 357
Decimal 19 0 239
Hex 13 0 EF

RGB Percentages of Color #1300ef

%7.36
%0.00
%92.64

CMYK Percentages of Color #1300ef

%92
%100
%0
%6

Triadic Colors of #1300ef

#1300ef #ef1300 #00ef13

Analogous Colors of #1300ef

#1300ef #8b00ef #0065ef

Monochromatic Colors of #1300ef

#1300ef

Complementary Color

#1300ef #dcef00

#1300ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1300ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1300ef Color CSS Codes

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

#1300ef Text Font Color

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

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


#1300ef Background Color

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

This div background color is #1300ef


#1300ef Border Color

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

This div border color is #1300ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1300ef


Comments

No comments written yet.

Please login to write comment.