Color Hex Logo

#6a30da Color Hex

#6A30DA
(106,48,218)
0 Favorites   0 Comments

Color spaces of #6a30da

RGB 10648218
HSL0.720.700.52
HSV260°78°85°
CMYK 0.510.780.00   0.15
XYZ19.655710.240067.2702
Yxy10.24000.20230.1054
Hunter Lab32.000053.6420-102.2391
CIE-Lab38.269861.7573-76.7718

#6a30da color RGB value is (106,48,218).

#6a30da hex color red value is 106, green value is 48 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6a30da hue: 0.72 , saturation: 0.70 and the lightness value of 6a30da is 0.52.

The process color (four color CMYK) of #6a30da color hex is 0.51, 0.78, 0.00, 0.15. Web safe color of #6a30da is #6633cc. Color #6a30da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110000 11011010
Octal 152 60 332
Decimal 106 48 218
Hex 6A 30 DA

RGB Percentages of Color #6a30da

%28.49
%12.90
%58.60

CMYK Percentages of Color #6a30da

%51
%78
%0
%15

Triadic Colors of #6a30da

#6a30da #da6a30 #30da6a

Analogous Colors of #6a30da

#6a30da #bf30da #304bda

Monochromatic Colors of #6a30da

#6a30da

Complementary Color

#6a30da #a0da30

#6a30da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a30da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a30da Color CSS Codes

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

#6a30da Text Font Color

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

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


#6a30da Background Color

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

This div background color is #6a30da


#6a30da Border Color

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

This div border color is #6a30da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a30da


Comments

No comments written yet.

Please login to write comment.