Color Hex Logo

#6511da Color Hex

#6511DA
(101,17,218)
0 Favorites   0 Comments

Color spaces of #6511da

RGB 10117218
HSL0.740.860.46
HSV265°92°85°
CMYK 0.540.920.00   0.15
XYZ18.22228.229666.9577
Yxy8.22960.19510.0881
Hunter Lab28.687363.1807-118.3051
CIE-Lab34.456670.8234-83.0821

#6511da color RGB value is (101,17,218).

#6511da hex color red value is 101, green value is 17 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6511da hue: 0.74 , saturation: 0.86 and the lightness value of 6511da is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010001 11011010
Octal 145 21 332
Decimal 101 17 218
Hex 65 11 DA

RGB Percentages of Color #6511da

%30.06
%5.06
%64.88

CMYK Percentages of Color #6511da

%54
%92
%0
%15

Triadic Colors of #6511da

#6511da #da6511 #11da65

Analogous Colors of #6511da

#6511da #ca11da #1121da

Monochromatic Colors of #6511da

#6511da

Complementary Color

#6511da #86da11

#6511da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6511da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6511da Color CSS Codes

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

#6511da Text Font Color

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

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


#6511da Background Color

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

This div background color is #6511da


#6511da Border Color

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

This div border color is #6511da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6511da


Comments

No comments written yet.

Please login to write comment.