Color Hex Logo

#6844ef Color Hex

#6844EF
(104,68,239)
0 Favorites   0 Comments

Color spaces of #6844ef

RGB 10468239
HSL0.700.840.60
HSV253°72°94°
CMYK 0.560.720.00   0.06
XYZ23.356013.309382.9993
Yxy13.30930.19520.1112
Hunter Lab36.481950.4337-109.3522
CIE-Lab43.225657.8942-80.5853

#6844ef color RGB value is (104,68,239).

#6844ef hex color red value is 104, green value is 68 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6844ef hue: 0.70 , saturation: 0.84 and the lightness value of 6844ef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 11101111
Octal 150 104 357
Decimal 104 68 239
Hex 68 44 EF

RGB Percentages of Color #6844ef

%25.30
%16.55
%58.15

CMYK Percentages of Color #6844ef

%56
%72
%0
%6

Triadic Colors of #6844ef

#6844ef #ef6844 #44ef68

Analogous Colors of #6844ef

#6844ef #be44ef #4476ef

Monochromatic Colors of #6844ef

#6844ef

Complementary Color

#6844ef #cbef44

#6844ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6844ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6844ef Color CSS Codes

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

#6844ef Text Font Color

<p style="color:#6844ef">Text here</p>

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


#6844ef Background Color

<div style="background-color:#6844ef">
Div content here</div>

This div background color is #6844ef


#6844ef Border Color

<div style="border:3px solid #6844ef">
Div here</div>

This div border color is #6844ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,68,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6844ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6844ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6844ef;
  box-shadow:         1px 1px 3px 2px #6844ef; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6844ef


Comments

No comments written yet.

Please login to write comment.