Color Hex Logo

#350eeb Color Hex

#350EEB
(53,14,235)
0 Favorites   0 Comments

Color spaces of #350eeb

RGB 5314235
HSL0.700.890.49
HSV251°94°92°
CMYK 0.770.940.00   0.08
XYZ16.62067.069179.0857
Yxy7.06910.16170.0688
Hunter Lab26.587865.0556-157.7474
CIE-Lab31.963772.8614-97.0845

#350eeb color RGB value is (53,14,235).

#350eeb hex color red value is 53, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #350eeb hue: 0.70 , saturation: 0.89 and the lightness value of 350eeb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 11101011
Octal 65 16 353
Decimal 53 14 235
Hex 35 E EB

RGB Percentages of Color #350eeb

%17.55
%4.64
%77.81

CMYK Percentages of Color #350eeb

%77
%94
%0
%8

Triadic Colors of #350eeb

#350eeb #eb350e #0eeb35

Analogous Colors of #350eeb

#350eeb #a40eeb #0e56eb

Monochromatic Colors of #350eeb

#350eeb

Complementary Color

#350eeb #c4eb0e

#350eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#350eeb Color CSS Codes

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

#350eeb Text Font Color

<p style="color:#350eeb">Text here</p>

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


#350eeb Background Color

<div style="background-color:#350eeb">
Div content here</div>

This div background color is #350eeb


#350eeb Border Color

<div style="border:3px solid #350eeb">
Div here</div>

This div border color is #350eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,14,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 #350eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350eeb


Comments

No comments written yet.

Please login to write comment.