Color Hex Logo

#350eba Color Hex

#350EBA
(53,14,186)
0 Favorites   0 Comments

Color spaces of #350eba

RGB 5314186
HSL0.700.860.39
HSV254°92°73°
CMYK 0.720.920.00   0.27
XYZ10.48824.616146.7926
Yxy4.61610.16940.0746
Hunter Lab21.485149.5378-114.0886
CIE-Lab25.611860.4619-79.1833

#350eba color RGB value is (53,14,186).

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

The process color (four color CMYK) of #350eba color hex is 0.72, 0.92, 0.00, 0.27. Web safe color of #350eba is #3300cc. Color #350eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 10111010
Octal 65 16 272
Decimal 53 14 186
Hex 35 E BA

RGB Percentages of Color #350eba

%20.95
%5.53
%73.52

CMYK Percentages of Color #350eba

%72
%92
%0
%27

Triadic Colors of #350eba

#350eba #ba350e #0eba35

Analogous Colors of #350eba

#350eba #8b0eba #0e3dba

Monochromatic Colors of #350eba

#350eba

Complementary Color

#350eba #93ba0e

#350eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#350eba Color CSS Codes

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

#350eba Text Font Color

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

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


#350eba Background Color

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

This div background color is #350eba


#350eba Border Color

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

This div border color is #350eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350eba


Comments

No comments written yet.

Please login to write comment.