Color Hex Logo

#6b3273 Color Hex

#6B3273
(107,50,115)
0 Favorites   0 Comments

Color spaces of #6b3273

RGB 10750115
HSL0.810.390.32
HSV293°57°45°
CMYK 0.070.570.00   0.55
XYZ10.29856.644816.9594
Yxy6.64480.30380.1960
Hunter Lab25.777526.2028-20.9635
CIE-Lab30.984235.8502-26.6013

#6b3273 color RGB value is (107,50,115).

#6b3273 hex color red value is 107, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #6b3273 hue: 0.81 , saturation: 0.39 and the lightness value of 6b3273 is 0.32.

The process color (four color CMYK) of #6b3273 color hex is 0.07, 0.57, 0.00, 0.55. Web safe color of #6b3273 is #663366. Color #6b3273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110010 01110011
Octal 153 62 163
Decimal 107 50 115
Hex 6B 32 73

RGB Percentages of Color #6b3273

%39.34
%18.38
%42.28

CMYK Percentages of Color #6b3273

%7
%57
%0
%55

Triadic Colors of #6b3273

#6b3273 #736b32 #32736b

Analogous Colors of #6b3273

#6b3273 #73325b #4b3273

Monochromatic Colors of #6b3273

#6b3273

Complementary Color

#6b3273 #3a7332

#6b3273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b3273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b3273 Color CSS Codes

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

#6b3273 Text Font Color

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

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


#6b3273 Background Color

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

This div background color is #6b3273


#6b3273 Border Color

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

This div border color is #6b3273


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,50,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b3273; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b3273;
  -webkit-box-shadow: 1px 1px 3px 2px #6b3273;
  box-shadow:         1px 1px 3px 2px #6b3273; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b3273


Comments

No comments written yet.

Please login to write comment.