Color Hex Logo

#350239 Color Hex

#350239
(53,2,57)
0 Favorites   0 Comments

Color spaces of #350239

RGB 53257
HSL0.820.930.12
HSV296°96°22°
CMYK 0.070.960.00   0.78
XYZ2.22841.09573.9649
Yxy1.09570.30570.1503
Hunter Lab10.467619.6819-15.1305
CIE-Lab9.764532.0511-21.8694

#350239 color RGB value is (53,2,57).

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

The process color (four color CMYK) of #350239 color hex is 0.07, 0.96, 0.00, 0.78. Web safe color of #350239 is #330033. Color #350239 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 00111001
Octal 65 2 71
Decimal 53 2 57
Hex 35 2 39

RGB Percentages of Color #350239

%47.32
%1.79
%50.89

CMYK Percentages of Color #350239

%7
%96
%0
%78

Triadic Colors of #350239

#350239 #393502 #023935

Analogous Colors of #350239

#350239 #390222 #1a0239

Monochromatic Colors of #350239

#350239

Complementary Color

#350239 #063902

#350239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350239 Color CSS Codes

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

#350239 Text Font Color

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

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


#350239 Background Color

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

This div background color is #350239


#350239 Border Color

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

This div border color is #350239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350239


Comments

No comments written yet.

Please login to write comment.