Color Hex Logo

#0501ce Color Hex

#0501CE
(5,1,206)
0 Favorites   0 Comments

Color spaces of #0501ce

RGB 51206
HSL0.670.990.41
HSV241°100°81°
CMYK 0.981.000.00   0.19
XYZ11.21404.510258.6720
Yxy4.51020.15070.0606
Hunter Lab21.237257.0891-148.9341
CIE-Lab25.291167.2532-91.5582

#0501ce color RGB value is (5,1,206).

#0501ce hex color red value is 5, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0501ce hue: 0.67 , saturation: 0.99 and the lightness value of 0501ce is 0.41.

The process color (four color CMYK) of #0501ce color hex is 0.98, 1.00, 0.00, 0.19. Web safe color of #0501ce is #0000cc. Color #0501ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000001 11001110
Octal 5 1 316
Decimal 5 1 206
Hex 5 1 CE

RGB Percentages of Color #0501ce

%2.36
%0.47
%97.17

CMYK Percentages of Color #0501ce

%98
%100
%0
%19

Triadic Colors of #0501ce

#0501ce #ce0501 #01ce05

Analogous Colors of #0501ce

#0501ce #6c01ce #0163ce

Monochromatic Colors of #0501ce

#0501ce

Complementary Color

#0501ce #cace01

#0501ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0501ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0501ce Color CSS Codes

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

#0501ce Text Font Color

<p style="color:#0501ce">Text here</p>

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


#0501ce Background Color

<div style="background-color:#0501ce">
Div content here</div>

This div background color is #0501ce


#0501ce Border Color

<div style="border:3px solid #0501ce">
Div here</div>

This div border color is #0501ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,1,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0501ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0501ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0501ce;
  box-shadow:         1px 1px 3px 2px #0501ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0501ce


Comments

No comments written yet.

Please login to write comment.