Color Hex Logo

#6940ef Color Hex

#6940EF
(105,64,239)
0 Favorites   0 Comments

Color spaces of #6940ef

RGB 10564239
HSL0.710.850.59
HSV254°73°94°
CMYK 0.560.730.00   0.06
XYZ23.239112.902082.9269
Yxy12.90200.19520.1084
Hunter Lab35.919452.6270-111.7391
CIE-Lab42.615260.0020-81.5846

#6940ef color RGB value is (105,64,239).

#6940ef hex color red value is 105, green value is 64 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6940ef hue: 0.71 , saturation: 0.85 and the lightness value of 6940ef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000000 11101111
Octal 151 100 357
Decimal 105 64 239
Hex 69 40 EF

RGB Percentages of Color #6940ef

%25.74
%15.69
%58.58

CMYK Percentages of Color #6940ef

%56
%73
%0
%6

Triadic Colors of #6940ef

#6940ef #ef6940 #40ef69

Analogous Colors of #6940ef

#6940ef #c140ef #406fef

Monochromatic Colors of #6940ef

#6940ef

Complementary Color

#6940ef #c6ef40

#6940ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6940ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6940ef Color CSS Codes

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

#6940ef Text Font Color

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

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


#6940ef Background Color

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

This div background color is #6940ef


#6940ef Border Color

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

This div border color is #6940ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6940ef


Comments

No comments written yet.

Please login to write comment.