Color Hex Logo

#6534db Color Hex

#6534DB
(101,52,219)
0 Favorites   0 Comments

Color spaces of #6534db

RGB 10152219
HSL0.720.700.53
HSV258°76°86°
CMYK 0.540.760.00   0.14
XYZ19.381010.337267.9916
Yxy10.33720.19840.1058
Hunter Lab32.151551.3350-102.8760
CIE-Lab38.440959.6356-77.0834

#6534db color RGB value is (101,52,219).

#6534db hex color red value is 101, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6534db hue: 0.72 , saturation: 0.70 and the lightness value of 6534db is 0.53.

The process color (four color CMYK) of #6534db color hex is 0.54, 0.76, 0.00, 0.14. Web safe color of #6534db is #6633cc. Color #6534db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110100 11011011
Octal 145 64 333
Decimal 101 52 219
Hex 65 34 DB

RGB Percentages of Color #6534db

%27.15
%13.98
%58.87

CMYK Percentages of Color #6534db

%54
%76
%0
%14

Triadic Colors of #6534db

#6534db #db6534 #34db65

Analogous Colors of #6534db

#6534db #b934db #3456db

Monochromatic Colors of #6534db

#6534db

Complementary Color

#6534db #aadb34

#6534db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6534db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6534db Color CSS Codes

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

#6534db Text Font Color

<p style="color:#6534db">Text here</p>

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


#6534db Background Color

<div style="background-color:#6534db">
Div content here</div>

This div background color is #6534db


#6534db Border Color

<div style="border:3px solid #6534db">
Div here</div>

This div border color is #6534db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,52,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6534db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6534db;
  -webkit-box-shadow: 1px 1px 3px 2px #6534db;
  box-shadow:         1px 1px 3px 2px #6534db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,52,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6534db


Comments

No comments written yet.

Please login to write comment.