Color Hex Logo

#6912eb Color Hex

#6912EB
(105,18,235)
0 Favorites   0 Comments

Color spaces of #6912eb

RGB 10518235
HSL0.730.860.50
HSV264°92°92°
CMYK 0.550.920.00   0.08
XYZ21.03749.434079.3094
Yxy9.43400.19160.0859
Hunter Lab30.714868.5085-131.5936
CIE-Lab36.806874.8351-88.9036

#6912eb color RGB value is (105,18,235).

#6912eb hex color red value is 105, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6912eb hue: 0.73 , saturation: 0.86 and the lightness value of 6912eb is 0.50.

The process color (four color CMYK) of #6912eb color hex is 0.55, 0.92, 0.00, 0.08. Web safe color of #6912eb is #6600ff. Color #6912eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010010 11101011
Octal 151 22 353
Decimal 105 18 235
Hex 69 12 EB

RGB Percentages of Color #6912eb

%29.33
%5.03
%65.64

CMYK Percentages of Color #6912eb

%55
%92
%0
%8

Triadic Colors of #6912eb

#6912eb #eb6912 #12eb69

Analogous Colors of #6912eb

#6912eb #d612eb #1227eb

Monochromatic Colors of #6912eb

#6912eb

Complementary Color

#6912eb #94eb12

#6912eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6912eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6912eb Color CSS Codes

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

#6912eb Text Font Color

<p style="color:#6912eb">Text here</p>

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


#6912eb Background Color

<div style="background-color:#6912eb">
Div content here</div>

This div background color is #6912eb


#6912eb Border Color

<div style="border:3px solid #6912eb">
Div here</div>

This div border color is #6912eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,18,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6912eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6912eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6912eb;
  box-shadow:         1px 1px 3px 2px #6912eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6912eb


Comments

No comments written yet.

Please login to write comment.