Color Hex Logo

#350085 Color Hex

#350085
(53,0,133)
0 Favorites   0 Comments

Color spaces of #350085

RGB 530133
HSL0.731.000.26
HSV264°100°52°
CMYK 0.601.000.00   0.48
XYZ5.70182.450322.3627
Yxy2.45030.18690.0803
Hunter Lab15.653437.6255-73.7451
CIE-Lab17.692350.5061-59.9105

#350085 color RGB value is (53,0,133).

#350085 hex color red value is 53, green value is 0 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #350085 hue: 0.73 , saturation: 1.00 and the lightness value of 350085 is 0.26.

The process color (four color CMYK) of #350085 color hex is 0.60, 1.00, 0.00, 0.48. Web safe color of #350085 is #330099. Color #350085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 10000101
Octal 65 0 205
Decimal 53 0 133
Hex 35 0 85

RGB Percentages of Color #350085

%28.49
%0.00
%71.51

CMYK Percentages of Color #350085

%60
%100
%0
%48

Triadic Colors of #350085

#350085 #853500 #008535

Analogous Colors of #350085

#350085 #780085 #000d85

Monochromatic Colors of #350085

#350085

Complementary Color

#350085 #508500

#350085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350085 Color CSS Codes

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

#350085 Text Font Color

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

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


#350085 Background Color

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

This div background color is #350085


#350085 Border Color

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

This div border color is #350085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350085


Comments

No comments written yet.

Please login to write comment.