Color Hex Logo

#6f23eb Color Hex

#6F23EB
(111,35,235)
0 Favorites   0 Comments

Color spaces of #6f23eb

RGB 11135235
HSL0.730.830.53
HSV263°85°92°
CMYK 0.530.850.00   0.08
XYZ22.152010.579779.4718
Yxy10.57970.19740.0943
Hunter Lab32.526564.6454-122.0946
CIE-Lab38.863471.2205-85.4806

#6f23eb color RGB value is (111,35,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100011 11101011
Octal 157 43 353
Decimal 111 35 235
Hex 6F 23 EB

RGB Percentages of Color #6f23eb

%29.13
%9.19
%61.68

CMYK Percentages of Color #6f23eb

%53
%85
%0
%8

Triadic Colors of #6f23eb

#6f23eb #eb6f23 #23eb6f

Analogous Colors of #6f23eb

#6f23eb #d323eb #233beb

Monochromatic Colors of #6f23eb

#6f23eb

Complementary Color

#6f23eb #9feb23

#6f23eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f23eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f23eb Color CSS Codes

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

#6f23eb Text Font Color

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

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


#6f23eb Background Color

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

This div background color is #6f23eb


#6f23eb Border Color

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

This div border color is #6f23eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f23eb


Comments

No comments written yet.

Please login to write comment.