Color Hex Logo

#1835eb Color Hex

#1835EB
(24,53,235)
0 Favorites   0 Comments

Color spaces of #1835eb

RGB 2453235
HSL0.640.840.51
HSV232°90°92°
CMYK 0.900.770.00   0.08
XYZ16.64528.738679.4067
Yxy8.73860.15880.0834
Hunter Lab29.561148.7773-138.5712
CIE-Lab35.476157.8598-91.2716

#1835eb color RGB value is (24,53,235).

#1835eb hex color red value is 24, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1835eb hue: 0.64 , saturation: 0.84 and the lightness value of 1835eb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110101 11101011
Octal 30 65 353
Decimal 24 53 235
Hex 18 35 EB

RGB Percentages of Color #1835eb

%7.69
%16.99
%75.32

CMYK Percentages of Color #1835eb

%90
%77
%0
%8

Triadic Colors of #1835eb

#1835eb #eb1835 #35eb18

Analogous Colors of #1835eb

#1835eb #6518eb #189feb

Monochromatic Colors of #1835eb

#1835eb

Complementary Color

#1835eb #ebce18

#1835eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1835eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1835eb Color CSS Codes

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

#1835eb Text Font Color

<p style="color:#1835eb">Text here</p>

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


#1835eb Background Color

<div style="background-color:#1835eb">
Div content here</div>

This div background color is #1835eb


#1835eb Border Color

<div style="border:3px solid #1835eb">
Div here</div>

This div border color is #1835eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1835eb


Comments

No comments written yet.

Please login to write comment.