Color Hex Logo

#6940ea Color Hex

#6940EA
(105,64,234)
0 Favorites   0 Comments

Color spaces of #6940ea

RGB 10564234
HSL0.710.800.58
HSV254°73°92°
CMYK 0.550.730.00   0.08
XYZ22.510412.610679.0896
Yxy12.61060.19710.1104
Hunter Lab35.511451.0048-107.1904
CIE-Lab42.170658.6159-79.4894

#6940ea color RGB value is (105,64,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000000 11101010
Octal 151 100 352
Decimal 105 64 234
Hex 69 40 EA

RGB Percentages of Color #6940ea

%26.05
%15.88
%58.06

CMYK Percentages of Color #6940ea

%55
%73
%0
%8

Triadic Colors of #6940ea

#6940ea #ea6940 #40ea69

Analogous Colors of #6940ea

#6940ea #be40ea #406cea

Monochromatic Colors of #6940ea

#6940ea

Complementary Color

#6940ea #c1ea40

#6940ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6940ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6940ea Color CSS Codes

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

#6940ea Text Font Color

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

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


#6940ea Background Color

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

This div background color is #6940ea


#6940ea Border Color

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

This div border color is #6940ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,64,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6940ea


Comments

No comments written yet.

Please login to write comment.