Color Hex Logo

#6e33fb Color Hex

#6E33FB
(110,51,251)
0 Favorites   0 Comments

Color spaces of #6e33fb

RGB 11051251
HSL0.720.960.59
HSV258°80°98°
CMYK 0.560.800.00   0.02
XYZ25.026812.647792.3890
Yxy12.64770.19240.0972
Hunter Lab35.563663.3776-129.1322
CIE-Lab42.227569.4928-88.9510

#6e33fb color RGB value is (110,51,251).

#6e33fb hex color red value is 110, green value is 51 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6e33fb hue: 0.72 , saturation: 0.96 and the lightness value of 6e33fb is 0.59.

The process color (four color CMYK) of #6e33fb color hex is 0.56, 0.80, 0.00, 0.02. Web safe color of #6e33fb is #6633ff. Color #6e33fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00110011 11111011
Octal 156 63 373
Decimal 110 51 251
Hex 6E 33 FB

RGB Percentages of Color #6e33fb

%26.70
%12.38
%60.92

CMYK Percentages of Color #6e33fb

%56
%80
%0
%2

Triadic Colors of #6e33fb

#6e33fb #fb6e33 #33fb6e

Analogous Colors of #6e33fb

#6e33fb #d233fb #335cfb

Monochromatic Colors of #6e33fb

#6e33fb

Complementary Color

#6e33fb #c0fb33

#6e33fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e33fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e33fb Color CSS Codes

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

#6e33fb Text Font Color

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

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


#6e33fb Background Color

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

This div background color is #6e33fb


#6e33fb Border Color

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

This div border color is #6e33fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,51,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e33fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e33fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6e33fb;
  box-shadow:         1px 1px 3px 2px #6e33fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e33fb

Related Colors


Comments

No comments written yet.

Please login to write comment.