Color Hex Logo

#6c30da Color Hex

#6C30DA
(108,48,218)
0 Favorites   0 Comments

Color spaces of #6c30da

RGB 10848218
HSL0.730.700.52
HSV261°78°85°
CMYK 0.500.780.00   0.15
XYZ19.896210.364067.2815
Yxy10.36400.20400.1063
Hunter Lab32.193253.9795-101.3768
CIE-Lab38.487962.0179-76.4052

#6c30da color RGB value is (108,48,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 00110000 11011010
Octal 154 60 332
Decimal 108 48 218
Hex 6C 30 DA

RGB Percentages of Color #6c30da

%28.88
%12.83
%58.29

CMYK Percentages of Color #6c30da

%50
%78
%0
%15

Triadic Colors of #6c30da

#6c30da #da6c30 #30da6c

Analogous Colors of #6c30da

#6c30da #c130da #3049da

Monochromatic Colors of #6c30da

#6c30da

Complementary Color

#6c30da #9eda30

#6c30da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c30da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c30da Color CSS Codes

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

#6c30da Text Font Color

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

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


#6c30da Background Color

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

This div background color is #6c30da


#6c30da Border Color

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

This div border color is #6c30da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c30da


Comments

No comments written yet.

Please login to write comment.