color codes Logo

#0613e5 color codes

#0613E5
(6,19,229)
0 Favorites   0 Comments

Color spaces of #0613e5

RGB 619229
HSL0.660.950.46
HSV237°97°90°
CMYK 0.970.920.00   0.10
XYZ14.45086.161674.5564
Yxy6.16160.15180.0647
Hunter Lab24.822660.4767-160.7060
CIE-Lab29.816669.3775-97.2867

#0613e5 color RGB value is (6,19,229).

#0613e5 hex color red value is 6, green value is 19 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #0613e5 hue: 0.66 , saturation: 0.95 and the lightness value of 0613e5 is 0.46.

The process color (four color CMYK) of #0613e5 color code is 0.97, 0.92, 0.00, 0.10. Web safe color of #0613e5 is #0000cc. Color #0613e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 11100101
Octal 6 23 345
Decimal 6 19 229
Hex 6 13 E5

RGB Percentages of Color #0613e5

%2.36
%7.48
%90.16

CMYK Percentages of Color #0613e5

%97
%92
%0
%10

Triadic Colors of #0613e5

#0613e5 #e50613 #13e506

Analogous Colors of #0613e5

#0613e5 #6906e5 #0683e5

Monochromatic Colors of #0613e5

#0613e5

Complementary Color

#0613e5 #e5d806

#0613e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0613e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0613e5 Color CSS Codes

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

#0613e5 Text Font Color

<p style="color:#0613e5">Text here</p>

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


#0613e5 Background Color

<div style="background-color:#0613e5">
Div content here</div>

This div background color is #0613e5


#0613e5 Border Color

<div style="border:3px solid #0613e5">
Div here</div>

This div border color is #0613e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,19,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0613e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0613e5;
  -webkit-box-shadow: 1px 1px 3px 2px #0613e5;
  box-shadow:         1px 1px 3px 2px #0613e5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0613e5


Comments

No comments written yet.

Please login to write comment.