Color Hex Logo

#53068f Color Hex

#53068F
(83,6,143)
0 Favorites   0 Comments

Color spaces of #53068f

RGB 836143
HSL0.760.920.29
HSV274°96°56°
CMYK 0.420.960.00   0.44
XYZ8.59033.952426.2967
Yxy3.95240.22120.1018
Hunter Lab19.880642.3376-64.5081
CIE-Lab23.513554.0681-56.4234

#53068f color RGB value is (83,6,143).

#53068f hex color red value is 83, green value is 6 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #53068f hue: 0.76 , saturation: 0.92 and the lightness value of 53068f is 0.29.

The process color (four color CMYK) of #53068f color hex is 0.42, 0.96, 0.00, 0.44. Web safe color of #53068f is #660099. Color #53068f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000110 10001111
Octal 123 6 217
Decimal 83 6 143
Hex 53 6 8F

RGB Percentages of Color #53068f

%35.78
%2.59
%61.64

CMYK Percentages of Color #53068f

%42
%96
%0
%44

Triadic Colors of #53068f

#53068f #8f5306 #068f53

Analogous Colors of #53068f

#53068f #8f0687 #0f068f

Monochromatic Colors of #53068f

#53068f

Complementary Color

#53068f #428f06

#53068f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53068f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53068f Color CSS Codes

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

#53068f Text Font Color

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

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


#53068f Background Color

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

This div background color is #53068f


#53068f Border Color

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

This div border color is #53068f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,6,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53068f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53068f;
  -webkit-box-shadow: 1px 1px 3px 2px #53068f;
  box-shadow:         1px 1px 3px 2px #53068f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53068f


Comments

No comments written yet.

Please login to write comment.