Color Hex Logo

#6a0254 Color Hex

#6A0254
(106,2,84)
0 Favorites   0 Comments

Color spaces of #6a0254

RGB 106284
HSL0.870.960.21
HSV313°98°42°
CMYK 0.000.980.21   0.58
XYZ7.56583.74778.7121
Yxy3.74770.37780.1871
Hunter Lab19.359035.8825-13.1309
CIE-Lab22.819247.7603-19.2526

#6a0254 color RGB value is (106,2,84).

#6a0254 hex color red value is 106, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #6a0254 hue: 0.87 , saturation: 0.96 and the lightness value of 6a0254 is 0.21.

The process color (four color CMYK) of #6a0254 color hex is 0.00, 0.98, 0.21, 0.58. Web safe color of #6a0254 is #660066. Color #6a0254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000010 01010100
Octal 152 2 124
Decimal 106 2 84
Hex 6A 2 54

RGB Percentages of Color #6a0254

%55.21
%1.04
%43.75

CMYK Percentages of Color #6a0254

%0
%98
%21
%58

Triadic Colors of #6a0254

#6a0254 #546a02 #02546a

Analogous Colors of #6a0254

#6a0254 #6a0220 #4c026a

Monochromatic Colors of #6a0254

#6a0254

Complementary Color

#6a0254 #026a18

#6a0254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0254 Color CSS Codes

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

#6a0254 Text Font Color

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

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


#6a0254 Background Color

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

This div background color is #6a0254


#6a0254 Border Color

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

This div border color is #6a0254


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,2,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a0254; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a0254;
  -webkit-box-shadow: 1px 1px 3px 2px #6a0254;
  box-shadow:         1px 1px 3px 2px #6a0254; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0254


Comments

No comments written yet.

Please login to write comment.