Color Hex Logo

#6d4dbc Color Hex

#6D4DBC
(109,77,188)
0 Favorites   0 Comments

Color spaces of #6d4dbc

RGB 10977188
HSL0.710.450.52
HSV257°59°74°
CMYK 0.420.590.00   0.26
XYZ18.037712.189848.9791
Yxy12.18980.22770.1539
Hunter Lab34.913931.1198-58.7355
CIE-Lab41.516239.4175-54.0770

#6d4dbc color RGB value is (109,77,188).

#6d4dbc hex color red value is 109, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6d4dbc hue: 0.71 , saturation: 0.45 and the lightness value of 6d4dbc is 0.52.

The process color (four color CMYK) of #6d4dbc color hex is 0.42, 0.59, 0.00, 0.26. Web safe color of #6d4dbc is #6666cc. Color #6d4dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 01001101 10111100
Octal 155 115 274
Decimal 109 77 188
Hex 6D 4D BC

RGB Percentages of Color #6d4dbc

%29.14
%20.59
%50.27

CMYK Percentages of Color #6d4dbc

%42
%59
%0
%26

Triadic Colors of #6d4dbc

#6d4dbc #bc6d4d #4dbc6d

Analogous Colors of #6d4dbc

#6d4dbc #a54dbc #4d65bc

Monochromatic Colors of #6d4dbc

#6d4dbc

Complementary Color

#6d4dbc #9cbc4d

#6d4dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d4dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d4dbc Color CSS Codes

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

#6d4dbc Text Font Color

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

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


#6d4dbc Background Color

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

This div background color is #6d4dbc


#6d4dbc Border Color

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

This div border color is #6d4dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d4dbc


Comments

No comments written yet.

Please login to write comment.