Color Hex Logo

#6b44df Color Hex

#6B44DF
(107,68,223)
0 Favorites   0 Comments

Color spaces of #6b44df

RGB 10768223
HSL0.710.710.57
HSV255°70°87°
CMYK 0.520.700.00   0.13
XYZ21.449812.587871.1112
Yxy12.58780.20400.1197
Hunter Lab35.479345.8274-93.9995
CIE-Lab42.135553.8303-73.2890

#6b44df color RGB value is (107,68,223).

#6b44df hex color red value is 107, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6b44df hue: 0.71 , saturation: 0.71 and the lightness value of 6b44df is 0.57.

The process color (four color CMYK) of #6b44df color hex is 0.52, 0.70, 0.00, 0.13. Web safe color of #6b44df is #6633cc. Color #6b44df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000100 11011111
Octal 153 104 337
Decimal 107 68 223
Hex 6B 44 DF

RGB Percentages of Color #6b44df

%26.88
%17.09
%56.03

CMYK Percentages of Color #6b44df

%52
%70
%0
%13

Triadic Colors of #6b44df

#6b44df #df6b44 #44df6b

Analogous Colors of #6b44df

#6b44df #b944df #446bdf

Monochromatic Colors of #6b44df

#6b44df

Complementary Color

#6b44df #b8df44

#6b44df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b44df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b44df Color CSS Codes

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

#6b44df Text Font Color

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

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


#6b44df Background Color

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

This div background color is #6b44df


#6b44df Border Color

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

This div border color is #6b44df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,68,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 #6b44df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b44df


Comments

No comments written yet.

Please login to write comment.