Color Hex Logo

#6e2fbc Color Hex

#6E2FBC
(110,47,188)
0 Favorites   0 Comments

Color spaces of #6e2fbc

RGB 11047188
HSL0.740.600.46
HSV267°75°74°
CMYK 0.410.750.00   0.26
XYZ16.52408.978948.4391
Yxy8.97890.22350.1214
Hunter Lab29.964845.9948-74.8689
CIE-Lab35.943655.1637-63.1196

#6e2fbc color RGB value is (110,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 00101111 10111100
Octal 156 57 274
Decimal 110 47 188
Hex 6E 2F BC

RGB Percentages of Color #6e2fbc

%31.88
%13.62
%54.49

CMYK Percentages of Color #6e2fbc

%41
%75
%0
%26

Triadic Colors of #6e2fbc

#6e2fbc #bc6e2f #2fbc6e

Analogous Colors of #6e2fbc

#6e2fbc #b52fbc #2f37bc

Monochromatic Colors of #6e2fbc

#6e2fbc

Complementary Color

#6e2fbc #7dbc2f

#6e2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e2fbc Color CSS Codes

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

#6e2fbc Text Font Color

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

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


#6e2fbc Background Color

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

This div background color is #6e2fbc


#6e2fbc Border Color

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

This div border color is #6e2fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,47,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 #6e2fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e2fbc


Comments

No comments written yet.

Please login to write comment.