Color Hex Logo

#350286 Color Hex

#350286
(53,2,134)
0 Favorites   0 Comments

Color spaces of #350286

RGB 532134
HSL0.730.970.27
HSV263°99°53°
CMYK 0.600.990.00   0.47
XYZ5.79302.521522.7356
Yxy2.52150.18660.0812
Hunter Lab15.879237.3310-73.7749
CIE-Lab18.015650.1510-60.0055

#350286 color RGB value is (53,2,134).

#350286 hex color red value is 53, green value is 2 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #350286 hue: 0.73 , saturation: 0.97 and the lightness value of 350286 is 0.27.

The process color (four color CMYK) of #350286 color hex is 0.60, 0.99, 0.00, 0.47. Web safe color of #350286 is #330099. Color #350286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 10000110
Octal 65 2 206
Decimal 53 2 134
Hex 35 2 86

RGB Percentages of Color #350286

%28.04
%1.06
%70.90

CMYK Percentages of Color #350286

%60
%99
%0
%47

Triadic Colors of #350286

#350286 #863502 #028635

Analogous Colors of #350286

#350286 #770286 #021186

Monochromatic Colors of #350286

#350286

Complementary Color

#350286 #538602

#350286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350286 Color CSS Codes

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

#350286 Text Font Color

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

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


#350286 Background Color

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

This div background color is #350286


#350286 Border Color

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

This div border color is #350286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350286


Comments

No comments written yet.

Please login to write comment.