Color Hex Logo

#6d0bdd Color Hex

#6D0BDD
(109,11,221)
0 Favorites   0 Comments

Color spaces of #6d0bdd

RGB 10911221
HSL0.740.910.45
HSV268°95°87°
CMYK 0.510.950.00   0.13
XYZ19.47758.711069.0614
Yxy8.71100.20030.0896
Hunter Lab29.514466.1477-118.0739
CIE-Lab35.421873.1367-83.1807

#6d0bdd color RGB value is (109,11,221).

#6d0bdd hex color red value is 109, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6d0bdd hue: 0.74 , saturation: 0.91 and the lightness value of 6d0bdd is 0.45.

The process color (four color CMYK) of #6d0bdd color hex is 0.51, 0.95, 0.00, 0.13. Web safe color of #6d0bdd is #6600cc. Color #6d0bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00001011 11011101
Octal 155 13 335
Decimal 109 11 221
Hex 6D B DD

RGB Percentages of Color #6d0bdd

%31.96
%3.23
%64.81

CMYK Percentages of Color #6d0bdd

%51
%95
%0
%13

Triadic Colors of #6d0bdd

#6d0bdd #dd6d0b #0bdd6d

Analogous Colors of #6d0bdd

#6d0bdd #d60bdd #0b12dd

Monochromatic Colors of #6d0bdd

#6d0bdd

Complementary Color

#6d0bdd #7bdd0b

#6d0bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d0bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d0bdd Color CSS Codes

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

#6d0bdd Text Font Color

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

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


#6d0bdd Background Color

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

This div background color is #6d0bdd


#6d0bdd Border Color

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

This div border color is #6d0bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d0bdd


Comments

No comments written yet.

Please login to write comment.