Color Hex Logo

#6b43ef Color Hex

#6B43EF
(107,67,239)
0 Favorites   0 Comments

Color spaces of #6b43ef

RGB 10767239
HSL0.710.840.60
HSV254°72°94°
CMYK 0.550.720.00   0.06
XYZ23.650513.372182.9959
Yxy13.37210.19710.1114
Hunter Lab36.567951.4522-108.9694
CIE-Lab43.318658.8041-80.4224

#6b43ef color RGB value is (107,67,239).

#6b43ef hex color red value is 107, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6b43ef hue: 0.71 , saturation: 0.84 and the lightness value of 6b43ef is 0.60.

The process color (four color CMYK) of #6b43ef color hex is 0.55, 0.72, 0.00, 0.06. Web safe color of #6b43ef is #6633ff. Color #6b43ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000011 11101111
Octal 153 103 357
Decimal 107 67 239
Hex 6B 43 EF

RGB Percentages of Color #6b43ef

%25.91
%16.22
%57.87

CMYK Percentages of Color #6b43ef

%55
%72
%0
%6

Triadic Colors of #6b43ef

#6b43ef #ef6b43 #43ef6b

Analogous Colors of #6b43ef

#6b43ef #c143ef #4371ef

Monochromatic Colors of #6b43ef

#6b43ef

Complementary Color

#6b43ef #c7ef43

#6b43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b43ef Color CSS Codes

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

#6b43ef Text Font Color

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

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


#6b43ef Background Color

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

This div background color is #6b43ef


#6b43ef Border Color

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

This div border color is #6b43ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,67,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b43ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b43ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6b43ef;
  box-shadow:         1px 1px 3px 2px #6b43ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,67,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b43ef


Comments

No comments written yet.

Please login to write comment.