Color Hex Logo

#6d1bec Color Hex

#6D1BEC
(109,27,236)
0 Favorites   0 Comments

Color spaces of #6d1bec

RGB 10927236
HSL0.730.850.52
HSV264°89°93°
CMYK 0.540.890.00   0.07
XYZ21.838910.091280.1536
Yxy10.09120.19480.0900
Hunter Lab31.766667.1233-127.3639
CIE-Lab38.005673.4611-87.4730

#6d1bec color RGB value is (109,27,236).

#6d1bec hex color red value is 109, green value is 27 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6d1bec hue: 0.73 , saturation: 0.85 and the lightness value of 6d1bec is 0.52.

The process color (four color CMYK) of #6d1bec color hex is 0.54, 0.89, 0.00, 0.07. Web safe color of #6d1bec is #6633ff. Color #6d1bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00011011 11101100
Octal 155 33 354
Decimal 109 27 236
Hex 6D 1B EC

RGB Percentages of Color #6d1bec

%29.30
%7.26
%63.44

CMYK Percentages of Color #6d1bec

%54
%89
%0
%7

Triadic Colors of #6d1bec

#6d1bec #ec6d1b #1bec6d

Analogous Colors of #6d1bec

#6d1bec #d61bec #1b32ec

Monochromatic Colors of #6d1bec

#6d1bec

Complementary Color

#6d1bec #9aec1b

#6d1bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d1bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d1bec Color CSS Codes

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

#6d1bec Text Font Color

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

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


#6d1bec Background Color

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

This div background color is #6d1bec


#6d1bec Border Color

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

This div border color is #6d1bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d1bec


Comments

No comments written yet.

Please login to write comment.