Color Hex Logo

#6d23eb Color Hex

#6D23EB
(109,35,235)
0 Favorites   0 Comments

Color spaces of #6d23eb

RGB 10935235
HSL0.730.830.53
HSV262°85°92°
CMYK 0.540.850.00   0.08
XYZ21.903110.451479.4602
Yxy10.45140.19590.0935
Hunter Lab32.328664.3612-123.0983
CIE-Lab38.640771.0235-85.8558

#6d23eb color RGB value is (109,35,235).

#6d23eb hex color red value is 109, green value is 35 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6d23eb hue: 0.73 , saturation: 0.83 and the lightness value of 6d23eb is 0.53.

The process color (four color CMYK) of #6d23eb color hex is 0.54, 0.85, 0.00, 0.08. Web safe color of #6d23eb is #6633ff. Color #6d23eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100011 11101011
Octal 155 43 353
Decimal 109 35 235
Hex 6D 23 EB

RGB Percentages of Color #6d23eb

%28.76
%9.23
%62.01

CMYK Percentages of Color #6d23eb

%54
%85
%0
%8

Triadic Colors of #6d23eb

#6d23eb #eb6d23 #23eb6d

Analogous Colors of #6d23eb

#6d23eb #d123eb #233deb

Monochromatic Colors of #6d23eb

#6d23eb

Complementary Color

#6d23eb #a1eb23

#6d23eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d23eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d23eb Color CSS Codes

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

#6d23eb Text Font Color

<p style="color:#6d23eb">Text here</p>

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


#6d23eb Background Color

<div style="background-color:#6d23eb">
Div content here</div>

This div background color is #6d23eb


#6d23eb Border Color

<div style="border:3px solid #6d23eb">
Div here</div>

This div border color is #6d23eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,35,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d23eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d23eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d23eb;
  box-shadow:         1px 1px 3px 2px #6d23eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,35,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 #6d23eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d23eb


Comments

No comments written yet.

Please login to write comment.