Color Hex Logo

#6a42dd Color Hex

#6A42DD
(106,66,221)
0 Favorites   0 Comments

Color spaces of #6a42dd

RGB 10666221
HSL0.710.700.56
HSV255°70°87°
CMYK 0.520.700.00   0.13
XYZ20.943212.181169.6540
Yxy12.18110.20380.1185
Hunter Lab34.901446.0345-93.8961
CIE-Lab41.502554.1429-73.1869

#6a42dd color RGB value is (106,66,221).

#6a42dd hex color red value is 106, green value is 66 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6a42dd hue: 0.71 , saturation: 0.70 and the lightness value of 6a42dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000010 11011101
Octal 152 102 335
Decimal 106 66 221
Hex 6A 42 DD

RGB Percentages of Color #6a42dd

%26.97
%16.79
%56.23

CMYK Percentages of Color #6a42dd

%52
%70
%0
%13

Triadic Colors of #6a42dd

#6a42dd #dd6a42 #42dd6a

Analogous Colors of #6a42dd

#6a42dd #b842dd #4268dd

Monochromatic Colors of #6a42dd

#6a42dd

Complementary Color

#6a42dd #b5dd42

#6a42dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a42dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a42dd Color CSS Codes

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

#6a42dd Text Font Color

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

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


#6a42dd Background Color

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

This div background color is #6a42dd


#6a42dd Border Color

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

This div border color is #6a42dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a42dd


Comments

No comments written yet.

Please login to write comment.