Color Hex Logo

#350538 Color Hex

#350538
(53,5,56)
0 Favorites   0 Comments

Color spaces of #350538

RGB 53556
HSL0.820.840.12
HSV296°91°22°
CMYK 0.050.910.00   0.78
XYZ2.23631.15093.8457
Yxy1.15090.30920.1591
Hunter Lab10.728018.4351-13.7443
CIE-Lab10.190130.3856-20.4645

#350538 color RGB value is (53,5,56).

#350538 hex color red value is 53, green value is 5 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #350538 hue: 0.82 , saturation: 0.84 and the lightness value of 350538 is 0.12.

The process color (four color CMYK) of #350538 color hex is 0.05, 0.91, 0.00, 0.78. Web safe color of #350538 is #330033. Color #350538 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000101 00111000
Octal 65 5 70
Decimal 53 5 56
Hex 35 5 38

RGB Percentages of Color #350538

%46.49
%4.39
%49.12

CMYK Percentages of Color #350538

%5
%91
%0
%78

Triadic Colors of #350538

#350538 #383505 #053835

Analogous Colors of #350538

#350538 #380522 #1c0538

Monochromatic Colors of #350538

#350538

Complementary Color

#350538 #083805

#350538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350538 Color CSS Codes

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

#350538 Text Font Color

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

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


#350538 Background Color

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

This div background color is #350538


#350538 Border Color

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

This div border color is #350538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350538


Comments

No comments written yet.

Please login to write comment.