Color Hex Logo

#6b34db Color Hex

#6B34DB
(107,52,219)
0 Favorites   0 Comments

Color spaces of #6b34db

RGB 10752219
HSL0.720.700.53
HSV260°76°86°
CMYK 0.510.760.00   0.14
XYZ20.077610.696368.0242
Yxy10.69630.20320.1083
Hunter Lab32.705252.3464-100.4248
CIE-Lab39.064260.4337-76.0362

#6b34db color RGB value is (107,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110100 11011011
Octal 153 64 333
Decimal 107 52 219
Hex 6B 34 DB

RGB Percentages of Color #6b34db

%28.31
%13.76
%57.94

CMYK Percentages of Color #6b34db

%51
%76
%0
%14

Triadic Colors of #6b34db

#6b34db #db6b34 #34db6b

Analogous Colors of #6b34db

#6b34db #bf34db #3450db

Monochromatic Colors of #6b34db

#6b34db

Complementary Color

#6b34db #a4db34

#6b34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b34db Color CSS Codes

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

#6b34db Text Font Color

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

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


#6b34db Background Color

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

This div background color is #6b34db


#6b34db Border Color

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

This div border color is #6b34db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6b34db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b34db


Comments

No comments written yet.

Please login to write comment.