Color Hex Logo

#6e23bd Color Hex

#6E23BD
(110,35,189)
0 Favorites   0 Comments

Color spaces of #6e23bd

RGB 11035189
HSL0.750.690.44
HSV269°81°74°
CMYK 0.420.810.00   0.26
XYZ16.21678.191248.8705
Yxy8.19120.22130.1118
Hunter Lab28.620351.0555-81.2064
CIE-Lab34.378060.1716-66.2710

#6e23bd color RGB value is (110,35,189).

#6e23bd hex color red value is 110, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6e23bd hue: 0.75 , saturation: 0.69 and the lightness value of 6e23bd is 0.44.

The process color (four color CMYK) of #6e23bd color hex is 0.42, 0.81, 0.00, 0.26. Web safe color of #6e23bd is #6633cc. Color #6e23bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00100011 10111101
Octal 156 43 275
Decimal 110 35 189
Hex 6E 23 BD

RGB Percentages of Color #6e23bd

%32.93
%10.48
%56.59

CMYK Percentages of Color #6e23bd

%42
%81
%0
%26

Triadic Colors of #6e23bd

#6e23bd #bd6e23 #23bd6e

Analogous Colors of #6e23bd

#6e23bd #bb23bd #2325bd

Monochromatic Colors of #6e23bd

#6e23bd

Complementary Color

#6e23bd #72bd23

#6e23bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e23bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e23bd Color CSS Codes

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

#6e23bd Text Font Color

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

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


#6e23bd Background Color

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

This div background color is #6e23bd


#6e23bd Border Color

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

This div border color is #6e23bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,35,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e23bd


Comments

No comments written yet.

Please login to write comment.