Color Hex Logo

#6909ef Color Hex

#6909EF
(105,9,239)
0 Favorites   0 Comments

Color spaces of #6909ef

RGB 1059239
HSL0.740.930.49
HSV265°96°94°
CMYK 0.560.960.00   0.06
XYZ21.50349.430682.3483
Yxy9.43060.18980.0832
Hunter Lab30.709371.2489-137.4923
CIE-Lab36.800577.0794-91.1842

#6909ef color RGB value is (105,9,239).

#6909ef hex color red value is 105, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6909ef hue: 0.74 , saturation: 0.93 and the lightness value of 6909ef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00001001 11101111
Octal 151 11 357
Decimal 105 9 239
Hex 69 9 EF

RGB Percentages of Color #6909ef

%29.75
%2.55
%67.71

CMYK Percentages of Color #6909ef

%56
%96
%0
%6

Triadic Colors of #6909ef

#6909ef #ef6909 #09ef69

Analogous Colors of #6909ef

#6909ef #dc09ef #091cef

Monochromatic Colors of #6909ef

#6909ef

Complementary Color

#6909ef #8fef09

#6909ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6909ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6909ef Color CSS Codes

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

#6909ef Text Font Color

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

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


#6909ef Background Color

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

This div background color is #6909ef


#6909ef Border Color

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

This div border color is #6909ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6909ef


Comments

No comments written yet.

Please login to write comment.