Color Hex Logo

#6817da Color Hex

#6817DA
(104,23,218)
0 Favorites   0 Comments

Color spaces of #6817da

RGB 10423218
HSL0.740.810.47
HSV265°89°85°
CMYK 0.520.890.00   0.15
XYZ18.67028.617867.0090
Yxy8.61780.19800.0914
Hunter Lab29.356162.1512-114.7877
CIE-Lab35.237869.7997-81.7786

#6817da color RGB value is (104,23,218).

#6817da hex color red value is 104, green value is 23 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6817da hue: 0.74 , saturation: 0.81 and the lightness value of 6817da is 0.47.

The process color (four color CMYK) of #6817da color hex is 0.52, 0.89, 0.00, 0.15. Web safe color of #6817da is #6600cc. Color #6817da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 11011010
Octal 150 27 332
Decimal 104 23 218
Hex 68 17 DA

RGB Percentages of Color #6817da

%30.14
%6.67
%63.19

CMYK Percentages of Color #6817da

%52
%89
%0
%15

Triadic Colors of #6817da

#6817da #da6817 #17da68

Analogous Colors of #6817da

#6817da #ca17da #1728da

Monochromatic Colors of #6817da

#6817da

Complementary Color

#6817da #89da17

#6817da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6817da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6817da Color CSS Codes

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

#6817da Text Font Color

<p style="color:#6817da">Text here</p>

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


#6817da Background Color

<div style="background-color:#6817da">
Div content here</div>

This div background color is #6817da


#6817da Border Color

<div style="border:3px solid #6817da">
Div here</div>

This div border color is #6817da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,23,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6817da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6817da;
  -webkit-box-shadow: 1px 1px 3px 2px #6817da;
  box-shadow:         1px 1px 3px 2px #6817da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,23,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 #6817da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6817da


Comments

No comments written yet.

Please login to write comment.