Color Hex Logo

#6b4ebb Color Hex

#6B4EBB
(107,78,187)
0 Favorites   0 Comments

Color spaces of #6b4ebb

RGB 10778187
HSL0.710.440.52
HSV256°58°73°
CMYK 0.430.580.00   0.27
XYZ17.757412.162448.4254
Yxy12.16240.22670.1552
Hunter Lab34.874629.8577-57.9153
CIE-Lab41.473138.1073-53.5717

#6b4ebb color RGB value is (107,78,187).

#6b4ebb hex color red value is 107, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6b4ebb hue: 0.71 , saturation: 0.44 and the lightness value of 6b4ebb is 0.52.

The process color (four color CMYK) of #6b4ebb color hex is 0.43, 0.58, 0.00, 0.27. Web safe color of #6b4ebb is #6666cc. Color #6b4ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01001110 10111011
Octal 153 116 273
Decimal 107 78 187
Hex 6B 4E BB

RGB Percentages of Color #6b4ebb

%28.76
%20.97
%50.27

CMYK Percentages of Color #6b4ebb

%43
%58
%0
%27

Triadic Colors of #6b4ebb

#6b4ebb #bb6b4e #4ebb6b

Analogous Colors of #6b4ebb

#6b4ebb #a24ebb #4e68bb

Monochromatic Colors of #6b4ebb

#6b4ebb

Complementary Color

#6b4ebb #9ebb4e

#6b4ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b4ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b4ebb Color CSS Codes

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

#6b4ebb Text Font Color

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

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


#6b4ebb Background Color

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

This div background color is #6b4ebb


#6b4ebb Border Color

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

This div border color is #6b4ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b4ebb


Comments

No comments written yet.

Please login to write comment.