Color Hex Logo

#6517bc Color Hex

#6517BC
(101,23,188)
0 Favorites   0 Comments

Color spaces of #6517bc

RGB 10123188
HSL0.750.780.41
HSV268°88°74°
CMYK 0.460.880.00   0.26
XYZ14.75037.010348.1527
Yxy7.01030.21100.1003
Hunter Lab26.477053.1075-89.2947
CIE-Lab31.830362.5284-69.9100

#6517bc color RGB value is (101,23,188).

#6517bc hex color red value is 101, green value is 23 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6517bc hue: 0.75 , saturation: 0.78 and the lightness value of 6517bc is 0.41.

The process color (four color CMYK) of #6517bc color hex is 0.46, 0.88, 0.00, 0.26. Web safe color of #6517bc is #6600cc. Color #6517bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010111 10111100
Octal 145 27 274
Decimal 101 23 188
Hex 65 17 BC

RGB Percentages of Color #6517bc

%32.37
%7.37
%60.26

CMYK Percentages of Color #6517bc

%46
%88
%0
%26

Triadic Colors of #6517bc

#6517bc #bc6517 #17bc65

Analogous Colors of #6517bc

#6517bc #b817bc #171cbc

Monochromatic Colors of #6517bc

#6517bc

Complementary Color

#6517bc #6ebc17

#6517bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6517bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6517bc Color CSS Codes

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

#6517bc Text Font Color

<p style="color:#6517bc">Text here</p>

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


#6517bc Background Color

<div style="background-color:#6517bc">
Div content here</div>

This div background color is #6517bc


#6517bc Border Color

<div style="border:3px solid #6517bc">
Div here</div>

This div border color is #6517bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,23,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6517bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6517bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6517bc;
  box-shadow:         1px 1px 3px 2px #6517bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,23,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6517bc


Comments

No comments written yet.

Please login to write comment.