Color Hex Logo

#6913ed Color Hex

#6913ED
(105,19,237)
0 Favorites   0 Comments

Color spaces of #6913ed

RGB 10519237
HSL0.730.860.50
HSV264°92°93°
CMYK 0.560.920.00   0.07
XYZ21.34469.583480.8456
Yxy9.58340.19100.0857
Hunter Lab30.957168.8992-133.1682
CIE-Lab37.084175.1049-89.5800

#6913ed color RGB value is (105,19,237).

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

The process color (four color CMYK) of #6913ed color hex is 0.56, 0.92, 0.00, 0.07. Web safe color of #6913ed is #6600ff. Color #6913ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00010011 11101101
Octal 151 23 355
Decimal 105 19 237
Hex 69 13 ED

RGB Percentages of Color #6913ed

%29.09
%5.26
%65.65

CMYK Percentages of Color #6913ed

%56
%92
%0
%7

Triadic Colors of #6913ed

#6913ed #ed6913 #13ed69

Analogous Colors of #6913ed

#6913ed #d613ed #132aed

Monochromatic Colors of #6913ed

#6913ed

Complementary Color

#6913ed #97ed13

#6913ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6913ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6913ed Color CSS Codes

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

#6913ed Text Font Color

<p style="color:#6913ed">Text here</p>

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


#6913ed Background Color

<div style="background-color:#6913ed">
Div content here</div>

This div background color is #6913ed


#6913ed Border Color

<div style="border:3px solid #6913ed">
Div here</div>

This div border color is #6913ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,19,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6913ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6913ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6913ed;
  box-shadow:         1px 1px 3px 2px #6913ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6913ed


Comments

No comments written yet.

Please login to write comment.