Color Hex Logo

#6e2bbc Color Hex

#6E2BBC
(110,43,188)
0 Favorites   0 Comments

Color spaces of #6e2bbc

RGB 11043188
HSL0.740.630.45
HSV268°77°74°
CMYK 0.410.770.00   0.26
XYZ16.37148.673648.3883
Yxy8.67360.22290.1181
Hunter Lab29.451047.6865-76.7985
CIE-Lab35.348156.8690-64.0930

#6e2bbc color RGB value is (110,43,188).

#6e2bbc hex color red value is 110, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6e2bbc hue: 0.74 , saturation: 0.63 and the lightness value of 6e2bbc is 0.45.

The process color (four color CMYK) of #6e2bbc color hex is 0.41, 0.77, 0.00, 0.26. Web safe color of #6e2bbc is #6633cc. Color #6e2bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101011 10111100
Octal 156 53 274
Decimal 110 43 188
Hex 6E 2B BC

RGB Percentages of Color #6e2bbc

%32.26
%12.61
%55.13

CMYK Percentages of Color #6e2bbc

%41
%77
%0
%26

Triadic Colors of #6e2bbc

#6e2bbc #bc6e2b #2bbc6e

Analogous Colors of #6e2bbc

#6e2bbc #b72bbc #2b31bc

Monochromatic Colors of #6e2bbc

#6e2bbc

Complementary Color

#6e2bbc #79bc2b

#6e2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2bbc Color CSS Codes

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

#6e2bbc Text Font Color

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

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


#6e2bbc Background Color

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

This div background color is #6e2bbc


#6e2bbc Border Color

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

This div border color is #6e2bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,43,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e2bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e2bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #6e2bbc;
  box-shadow:         1px 1px 3px 2px #6e2bbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2bbc


Comments

No comments written yet.

Please login to write comment.