Color Hex Logo

#1835fe Color Hex

#1835FE
(24,53,254)
0 Favorites   0 Comments

Color spaces of #1835fe

RGB 2453254
HSL0.650.990.55
HSV232°91°100°
CMYK 0.910.790.00   0.00
XYZ19.53929.896294.6463
Yxy9.89620.15750.0798
Hunter Lab31.458255.8173-156.3612
CIE-Lab37.655563.8197-98.3635

#1835fe color RGB value is (24,53,254).

#1835fe hex color red value is 24, green value is 53 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1835fe hue: 0.65 , saturation: 0.99 and the lightness value of 1835fe is 0.55.

The process color (four color CMYK) of #1835fe color hex is 0.91, 0.79, 0.00, 0.00. Web safe color of #1835fe is #0033ff. Color #1835fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110101 11111110
Octal 30 65 376
Decimal 24 53 254
Hex 18 35 FE

RGB Percentages of Color #1835fe

%7.25
%16.01
%76.74

CMYK Percentages of Color #1835fe

%91
%79
%0
%0

Triadic Colors of #1835fe

#1835fe #fe1835 #35fe18

Analogous Colors of #1835fe

#1835fe #6e18fe #18a8fe

Monochromatic Colors of #1835fe

#1835fe

Complementary Color

#1835fe #fee118

#1835fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1835fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1835fe Color CSS Codes

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

#1835fe Text Font Color

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

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


#1835fe Background Color

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

This div background color is #1835fe


#1835fe Border Color

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

This div border color is #1835fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1835fe

Related Colors


Comments

No comments written yet.

Please login to write comment.