Color Hex Logo

#0d0ceb Color Hex

#0D0CEB
(13,12,235)
0 Favorites   0 Comments

Color spaces of #0d0ceb

RGB 1312235
HSL0.670.900.48
HSV240°95°92°
CMYK 0.940.950.00   0.08
XYZ15.29286.346779.0163
Yxy6.34670.15190.0631
Hunter Lab25.192764.2684-168.3271
CIE-Lab30.270872.5050-99.9506

#0d0ceb color RGB value is (13,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00001100 11101011
Octal 15 14 353
Decimal 13 12 235
Hex D C EB

RGB Percentages of Color #0d0ceb

%5.00
%4.62
%90.38

CMYK Percentages of Color #0d0ceb

%94
%95
%0
%8

Triadic Colors of #0d0ceb

#0d0ceb #eb0d0c #0ceb0d

Analogous Colors of #0d0ceb

#0d0ceb #7d0ceb #0c7beb

Monochromatic Colors of #0d0ceb

#0d0ceb

Complementary Color

#0d0ceb #eaeb0c

#0d0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d0ceb Color CSS Codes

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

#0d0ceb Text Font Color

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

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


#0d0ceb Background Color

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

This div background color is #0d0ceb


#0d0ceb Border Color

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

This div border color is #0d0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d0ceb


Comments

No comments written yet.

Please login to write comment.