Color Hex Logo

#6a5dfb Color Hex

#6A5DFB
(106,93,251)
0 Favorites   0 Comments

Color spaces of #6a5dfb

RGB 10693251
HSL0.680.950.67
HSV245°63°98°
CMYK 0.580.630.00   0.02
XYZ27.270817.857993.2764
Yxy17.85790.19700.1290
Hunter Lab42.258641.2391-101.2884
CIE-Lab49.323348.2132-77.3213

#6a5dfb color RGB value is (106,93,251).

#6a5dfb hex color red value is 106, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6a5dfb hue: 0.68 , saturation: 0.95 and the lightness value of 6a5dfb is 0.67.

The process color (four color CMYK) of #6a5dfb color hex is 0.58, 0.63, 0.00, 0.02. Web safe color of #6a5dfb is #6666ff. Color #6a5dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011101 11111011
Octal 152 135 373
Decimal 106 93 251
Hex 6A 5D FB

RGB Percentages of Color #6a5dfb

%23.56
%20.67
%55.78

CMYK Percentages of Color #6a5dfb

%58
%63
%0
%2

Triadic Colors of #6a5dfb

#6a5dfb #fb6a5d #5dfb6a

Analogous Colors of #6a5dfb

#6a5dfb #b95dfb #5d9ffb

Monochromatic Colors of #6a5dfb

#6a5dfb

Complementary Color

#6a5dfb #eefb5d

#6a5dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5dfb Color CSS Codes

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

#6a5dfb Text Font Color

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

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


#6a5dfb Background Color

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

This div background color is #6a5dfb


#6a5dfb Border Color

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

This div border color is #6a5dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,93,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a5dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a5dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #6a5dfb;
  box-shadow:         1px 1px 3px 2px #6a5dfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,93,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5dfb


Comments

No comments written yet.

Please login to write comment.