Color Hex Logo

#6d2abf Color Hex

#6D2ABF
(109,42,191)
0 Favorites   0 Comments

Color spaces of #6d2abf

RGB 10942191
HSL0.740.640.46
HSV267°78°75°
CMYK 0.430.780.00   0.25
XYZ16.53868.668750.0918
Yxy8.66870.21960.1151
Hunter Lab29.442748.7428-80.2622
CIE-Lab35.338457.8545-65.8801

#6d2abf color RGB value is (109,42,191).

#6d2abf hex color red value is 109, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6d2abf hue: 0.74 , saturation: 0.64 and the lightness value of 6d2abf is 0.46.

The process color (four color CMYK) of #6d2abf color hex is 0.43, 0.78, 0.00, 0.25. Web safe color of #6d2abf is #6633cc. Color #6d2abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00101010 10111111
Octal 155 52 277
Decimal 109 42 191
Hex 6D 2A BF

RGB Percentages of Color #6d2abf

%31.87
%12.28
%55.85

CMYK Percentages of Color #6d2abf

%43
%78
%0
%25

Triadic Colors of #6d2abf

#6d2abf #bf6d2a #2abf6d

Analogous Colors of #6d2abf

#6d2abf #b82abf #2a32bf

Monochromatic Colors of #6d2abf

#6d2abf

Complementary Color

#6d2abf #7cbf2a

#6d2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2abf Color CSS Codes

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

#6d2abf Text Font Color

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

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


#6d2abf Background Color

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

This div background color is #6d2abf


#6d2abf Border Color

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

This div border color is #6d2abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,42,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d2abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d2abf;
  -webkit-box-shadow: 1px 1px 3px 2px #6d2abf;
  box-shadow:         1px 1px 3px 2px #6d2abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2abf


Comments

No comments written yet.

Please login to write comment.