Color Hex Logo

#6b2bdf Color Hex

#6B2BDF
(107,43,223)
0 Favorites   0 Comments

Color spaces of #6b2bdf

RGB 10743223
HSL0.730.740.52
HSV261°81°87°
CMYK 0.520.810.00   0.13
XYZ20.246610.181370.7101
Yxy10.18130.20020.1007
Hunter Lab31.908157.4239-109.0540
CIE-Lab38.165965.1389-79.8063

#6b2bdf color RGB value is (107,43,223).

#6b2bdf hex color red value is 107, green value is 43 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6b2bdf hue: 0.73 , saturation: 0.74 and the lightness value of 6b2bdf is 0.52.

The process color (four color CMYK) of #6b2bdf color hex is 0.52, 0.81, 0.00, 0.13. Web safe color of #6b2bdf is #6633cc. Color #6b2bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00101011 11011111
Octal 153 53 337
Decimal 107 43 223
Hex 6B 2B DF

RGB Percentages of Color #6b2bdf

%28.69
%11.53
%59.79

CMYK Percentages of Color #6b2bdf

%52
%81
%0
%13

Triadic Colors of #6b2bdf

#6b2bdf #df6b2b #2bdf6b

Analogous Colors of #6b2bdf

#6b2bdf #c52bdf #2b45df

Monochromatic Colors of #6b2bdf

#6b2bdf

Complementary Color

#6b2bdf #9fdf2b

#6b2bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b2bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b2bdf Color CSS Codes

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

#6b2bdf Text Font Color

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

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


#6b2bdf Background Color

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

This div background color is #6b2bdf


#6b2bdf Border Color

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

This div border color is #6b2bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b2bdf


Comments

No comments written yet.

Please login to write comment.