Color Hex Logo

#6a01df Color Hex

#6A01DF
(106,1,223)
0 Favorites   0 Comments

Color spaces of #6a01df

RGB 1061223
HSL0.750.990.44
HSV268°100°87°
CMYK 0.521.000.00   0.13
XYZ19.27408.413670.4202
Yxy8.41360.19650.0858
Hunter Lab29.006267.8485-123.6377
CIE-Lab34.829874.6581-85.3211

#6a01df color RGB value is (106,1,223).

#6a01df hex color red value is 106, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6a01df hue: 0.75 , saturation: 0.99 and the lightness value of 6a01df is 0.44.

The process color (four color CMYK) of #6a01df color hex is 0.52, 1.00, 0.00, 0.13. Web safe color of #6a01df is #6600cc. Color #6a01df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000001 11011111
Octal 152 1 337
Decimal 106 1 223
Hex 6A 1 DF

RGB Percentages of Color #6a01df

%32.12
%0.30
%67.58

CMYK Percentages of Color #6a01df

%52
%100
%0
%13

Triadic Colors of #6a01df

#6a01df #df6a01 #01df6a

Analogous Colors of #6a01df

#6a01df #d901df #0107df

Monochromatic Colors of #6a01df

#6a01df

Complementary Color

#6a01df #76df01

#6a01df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a01df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a01df Color CSS Codes

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

#6a01df Text Font Color

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

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


#6a01df Background Color

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

This div background color is #6a01df


#6a01df Border Color

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

This div border color is #6a01df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,1,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a01df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a01df;
  -webkit-box-shadow: 1px 1px 3px 2px #6a01df;
  box-shadow:         1px 1px 3px 2px #6a01df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,1,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a01df


Comments

No comments written yet.

Please login to write comment.