Color Hex Logo

#6b1dcd Color Hex

#6B1DCD
(107,29,205)
0 Favorites   0 Comments

Color spaces of #6b1dcd

RGB 10729205
HSL0.740.750.46
HSV267°86°80°
CMYK 0.480.860.00   0.20
XYZ17.52228.412358.4578
Yxy8.41230.20760.0997
Hunter Lab29.004057.0805-99.1968
CIE-Lab34.827265.4857-74.9183

#6b1dcd color RGB value is (107,29,205).

#6b1dcd hex color red value is 107, green value is 29 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6b1dcd hue: 0.74 , saturation: 0.75 and the lightness value of 6b1dcd is 0.46.

The process color (four color CMYK) of #6b1dcd color hex is 0.48, 0.86, 0.00, 0.20. Web safe color of #6b1dcd is #6633cc. Color #6b1dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00011101 11001101
Octal 153 35 315
Decimal 107 29 205
Hex 6B 1D CD

RGB Percentages of Color #6b1dcd

%31.38
%8.50
%60.12

CMYK Percentages of Color #6b1dcd

%48
%86
%0
%20

Triadic Colors of #6b1dcd

#6b1dcd #cd6b1d #1dcd6b

Analogous Colors of #6b1dcd

#6b1dcd #c31dcd #1d27cd

Monochromatic Colors of #6b1dcd

#6b1dcd

Complementary Color

#6b1dcd #7fcd1d

#6b1dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b1dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b1dcd Color CSS Codes

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

#6b1dcd Text Font Color

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

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


#6b1dcd Background Color

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

This div background color is #6b1dcd


#6b1dcd Border Color

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

This div border color is #6b1dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,29,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b1dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b1dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #6b1dcd;
  box-shadow:         1px 1px 3px 2px #6b1dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,29,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b1dcd


Comments

No comments written yet.

Please login to write comment.