Color Hex Logo

#6509ea Color Hex

#6509EA
(101,9,234)
0 Favorites   0 Comments

Color spaces of #6509ea

RGB 1019234
HSL0.730.930.48
HSV265°96°92°
CMYK 0.570.960.00   0.08
XYZ20.31588.902678.4895
Yxy8.90260.18860.0827
Hunter Lab29.837269.3233-135.0816
CIE-Lab35.796175.6933-90.0240

#6509ea color RGB value is (101,9,234).

#6509ea hex color red value is 101, green value is 9 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6509ea hue: 0.73 , saturation: 0.93 and the lightness value of 6509ea is 0.48.

The process color (four color CMYK) of #6509ea color hex is 0.57, 0.96, 0.00, 0.08. Web safe color of #6509ea is #6600ff. Color #6509ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00001001 11101010
Octal 145 11 352
Decimal 101 9 234
Hex 65 9 EA

RGB Percentages of Color #6509ea

%29.36
%2.62
%68.02

CMYK Percentages of Color #6509ea

%57
%96
%0
%8

Triadic Colors of #6509ea

#6509ea #ea6509 #09ea65

Analogous Colors of #6509ea

#6509ea #d609ea #091dea

Monochromatic Colors of #6509ea

#6509ea

Complementary Color

#6509ea #8eea09

#6509ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6509ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6509ea Color CSS Codes

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

#6509ea Text Font Color

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

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


#6509ea Background Color

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

This div background color is #6509ea


#6509ea Border Color

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

This div border color is #6509ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6509ea


Comments

No comments written yet.

Please login to write comment.