Color Hex Logo

#0d35eb Color Hex

#0D35EB
(13,53,235)
0 Favorites   0 Comments

Color spaces of #0d35eb

RGB 1353235
HSL0.640.900.49
HSV229°94°92°
CMYK 0.940.770.00   0.08
XYZ16.43458.629979.3968
Yxy8.62990.15730.0826
Hunter Lab29.376748.4509-139.6802
CIE-Lab35.261757.5983-91.6337

#0d35eb color RGB value is (13,53,235).

#0d35eb hex color red value is 13, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0d35eb hue: 0.64 , saturation: 0.90 and the lightness value of 0d35eb is 0.49.

The process color (four color CMYK) of #0d35eb color hex is 0.94, 0.77, 0.00, 0.08. Web safe color of #0d35eb is #0033ff. Color #0d35eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110101 11101011
Octal 15 65 353
Decimal 13 53 235
Hex D 35 EB

RGB Percentages of Color #0d35eb

%4.32
%17.61
%78.07

CMYK Percentages of Color #0d35eb

%94
%77
%0
%8

Triadic Colors of #0d35eb

#0d35eb #eb0d35 #35eb0d

Analogous Colors of #0d35eb

#0d35eb #540deb #0da4eb

Monochromatic Colors of #0d35eb

#0d35eb

Complementary Color

#0d35eb #ebc30d

#0d35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d35eb Color CSS Codes

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

#0d35eb Text Font Color

<p style="color:#0d35eb">Text here</p>

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


#0d35eb Background Color

<div style="background-color:#0d35eb">
Div content here</div>

This div background color is #0d35eb


#0d35eb Border Color

<div style="border:3px solid #0d35eb">
Div here</div>

This div border color is #0d35eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,53,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d35eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d35eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0d35eb;
  box-shadow:         1px 1px 3px 2px #0d35eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,53,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d35eb


Comments

No comments written yet.

Please login to write comment.