Color Hex Logo

#1305fd Color Hex

#1305FD
(19,5,253)
0 Favorites   0 Comments

Color spaces of #1305fd

RGB 195253
HSL0.680.980.51
HSV243°98°99°
CMYK 0.920.980.00   0.01
XYZ18.05257.338893.3936
Yxy7.33880.15200.0618
Hunter Lab27.090271.5417-185.4393
CIE-Lab32.566178.0742-106.2925

#1305fd color RGB value is (19,5,253).

#1305fd hex color red value is 19, green value is 5 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1305fd hue: 0.68 , saturation: 0.98 and the lightness value of 1305fd is 0.51.

The process color (four color CMYK) of #1305fd color hex is 0.92, 0.98, 0.00, 0.01. Web safe color of #1305fd is #0000ff. Color #1305fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 11111101
Octal 23 5 375
Decimal 19 5 253
Hex 13 5 FD

RGB Percentages of Color #1305fd

%6.86
%1.81
%91.34

CMYK Percentages of Color #1305fd

%92
%98
%0
%1

Triadic Colors of #1305fd

#1305fd #fd1305 #05fd13

Analogous Colors of #1305fd

#1305fd #8f05fd #0573fd

Monochromatic Colors of #1305fd

#1305fd

Complementary Color

#1305fd #effd05

#1305fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1305fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1305fd Color CSS Codes

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

#1305fd Text Font Color

<p style="color:#1305fd">Text here</p>

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


#1305fd Background Color

<div style="background-color:#1305fd">
Div content here</div>

This div background color is #1305fd


#1305fd Border Color

<div style="border:3px solid #1305fd">
Div here</div>

This div border color is #1305fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,5,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1305fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1305fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1305fd;
  box-shadow:         1px 1px 3px 2px #1305fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1305fd

Related Colors


Comments

No comments written yet.

Please login to write comment.