Color Hex Logo

#6834df Color Hex

#6834DF
(104,52,223)
0 Favorites   0 Comments

Color spaces of #6834df

RGB 10452223
HSL0.720.730.54
HSV258°77°87°
CMYK 0.530.770.00   0.13
XYZ20.256210.726870.8149
Yxy10.72680.19900.1054
Hunter Lab32.751853.0823-105.2687
CIE-Lab39.116561.0886-78.2528

#6834df color RGB value is (104,52,223).

#6834df hex color red value is 104, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6834df hue: 0.72 , saturation: 0.73 and the lightness value of 6834df is 0.54.

The process color (four color CMYK) of #6834df color hex is 0.53, 0.77, 0.00, 0.13. Web safe color of #6834df is #6633cc. Color #6834df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110100 11011111
Octal 150 64 337
Decimal 104 52 223
Hex 68 34 DF

RGB Percentages of Color #6834df

%27.44
%13.72
%58.84

CMYK Percentages of Color #6834df

%53
%77
%0
%13

Triadic Colors of #6834df

#6834df #df6834 #34df68

Analogous Colors of #6834df

#6834df #be34df #3455df

Monochromatic Colors of #6834df

#6834df

Complementary Color

#6834df #abdf34

#6834df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6834df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6834df Color CSS Codes

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

#6834df Text Font Color

<p style="color:#6834df">Text here</p>

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


#6834df Background Color

<div style="background-color:#6834df">
Div content here</div>

This div background color is #6834df


#6834df Border Color

<div style="border:3px solid #6834df">
Div here</div>

This div border color is #6834df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,52,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6834df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6834df;
  -webkit-box-shadow: 1px 1px 3px 2px #6834df;
  box-shadow:         1px 1px 3px 2px #6834df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6834df


Comments

No comments written yet.

Please login to write comment.