Color Hex Logo

#6833fe Color Hex

#6833FE
(104,51,254)
0 Favorites   0 Comments

Color spaces of #6833fe

RGB 10451254
HSL0.710.990.60
HSV256°80°100°
CMYK 0.590.800.00   0.00
XYZ24.782112.466594.8660
Yxy12.46650.18760.0944
Hunter Lab35.307963.4976-134.5859
CIE-Lab41.948169.6493-91.1100

#6833fe color RGB value is (104,51,254).

#6833fe hex color red value is 104, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6833fe hue: 0.71 , saturation: 0.99 and the lightness value of 6833fe is 0.60.

The process color (four color CMYK) of #6833fe color hex is 0.59, 0.80, 0.00, 0.00. Web safe color of #6833fe is #6633ff. Color #6833fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 11111110
Octal 150 63 376
Decimal 104 51 254
Hex 68 33 FE

RGB Percentages of Color #6833fe

%25.43
%12.47
%62.10

CMYK Percentages of Color #6833fe

%59
%80
%0
%0

Triadic Colors of #6833fe

#6833fe #fe6833 #33fe68

Analogous Colors of #6833fe

#6833fe #ce33fe #3364fe

Monochromatic Colors of #6833fe

#6833fe

Complementary Color

#6833fe #c9fe33

#6833fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6833fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6833fe Color CSS Codes

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

#6833fe Text Font Color

<p style="color:#6833fe">Text here</p>

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


#6833fe Background Color

<div style="background-color:#6833fe">
Div content here</div>

This div background color is #6833fe


#6833fe Border Color

<div style="border:3px solid #6833fe">
Div here</div>

This div border color is #6833fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,51,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6833fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6833fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6833fe;
  box-shadow:         1px 1px 3px 2px #6833fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6833fe


Comments

No comments written yet.

Please login to write comment.