Color Hex Logo

#6334db Color Hex

#6334DB
(99,52,219)
0 Favorites   0 Comments

Color spaces of #6334db

RGB 9952219
HSL0.710.700.53
HSV257°76°86°
CMYK 0.550.760.00   0.14
XYZ19.159810.223167.9813
Yxy10.22310.19680.1050
Hunter Lab31.973651.0103-103.6792
CIE-Lab38.239959.3782-77.4214

#6334db color RGB value is (99,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110100 11011011
Octal 143 64 333
Decimal 99 52 219
Hex 63 34 DB

RGB Percentages of Color #6334db

%26.76
%14.05
%59.19

CMYK Percentages of Color #6334db

%55
%76
%0
%14

Triadic Colors of #6334db

#6334db #db6334 #34db63

Analogous Colors of #6334db

#6334db #b734db #3458db

Monochromatic Colors of #6334db

#6334db

Complementary Color

#6334db #acdb34

#6334db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6334db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6334db Color CSS Codes

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

#6334db Text Font Color

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

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


#6334db Background Color

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

This div background color is #6334db


#6334db Border Color

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

This div border color is #6334db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6334db


Comments

No comments written yet.

Please login to write comment.