Color Hex Logo

#6734db Color Hex

#6734DB
(103,52,219)
0 Favorites   0 Comments

Color spaces of #6734db

RGB 10352219
HSL0.720.700.53
HSV258°76°86°
CMYK 0.530.760.00   0.14
XYZ19.607710.454068.0022
Yxy10.45400.19990.1066
Hunter Lab32.332651.6668-102.0662
CIE-Lab38.645259.8981-76.7401

#6734db color RGB value is (103,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110100 11011011
Octal 147 64 333
Decimal 103 52 219
Hex 67 34 DB

RGB Percentages of Color #6734db

%27.54
%13.90
%58.56

CMYK Percentages of Color #6734db

%53
%76
%0
%14

Triadic Colors of #6734db

#6734db #db6734 #34db67

Analogous Colors of #6734db

#6734db #bb34db #3454db

Monochromatic Colors of #6734db

#6734db

Complementary Color

#6734db #a8db34

#6734db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6734db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6734db Color CSS Codes

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

#6734db Text Font Color

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

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


#6734db Background Color

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

This div background color is #6734db


#6734db Border Color

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

This div border color is #6734db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6734db


Comments

No comments written yet.

Please login to write comment.