Color Hex Logo

#1e0ceb Color Hex

#1E0CEB
(30,12,235)
0 Favorites   0 Comments

Color spaces of #1e0ceb

RGB 3012235
HSL0.680.900.48
HSV245°95°92°
CMYK 0.870.950.00   0.08
XYZ15.66236.537179.0336
Yxy6.53710.15470.0646
Hunter Lab25.567864.6020-165.3765
CIE-Lab30.729072.7030-99.1738

#1e0ceb color RGB value is (30,12,235).

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

The process color (four color CMYK) of #1e0ceb color hex is 0.87, 0.95, 0.00, 0.08. Web safe color of #1e0ceb is #3300ff. Color #1e0ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00001100 11101011
Octal 36 14 353
Decimal 30 12 235
Hex 1E C EB

RGB Percentages of Color #1e0ceb

%10.83
%4.33
%84.84

CMYK Percentages of Color #1e0ceb

%87
%95
%0
%8

Triadic Colors of #1e0ceb

#1e0ceb #eb1e0c #0ceb1e

Analogous Colors of #1e0ceb

#1e0ceb #8e0ceb #0c6aeb

Monochromatic Colors of #1e0ceb

#1e0ceb

Complementary Color

#1e0ceb #d9eb0c

#1e0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e0ceb Color CSS Codes

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

#1e0ceb Text Font Color

<p style="color:#1e0ceb">Text here</p>

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


#1e0ceb Background Color

<div style="background-color:#1e0ceb">
Div content here</div>

This div background color is #1e0ceb


#1e0ceb Border Color

<div style="border:3px solid #1e0ceb">
Div here</div>

This div border color is #1e0ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,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 #1e0ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e0ceb


Comments

No comments written yet.

Please login to write comment.