Color Hex Logo

#6117bc Color Hex

#6117BC
(97,23,188)
0 Favorites   0 Comments

Color spaces of #6117bc

RGB 9723188
HSL0.740.780.41
HSV267°88°74°
CMYK 0.480.880.00   0.26
XYZ14.31336.785048.1322
Yxy6.78500.20670.0980
Hunter Lab26.048052.5010-91.3239
CIE-Lab31.312462.0810-70.7814

#6117bc color RGB value is (97,23,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010111 10111100
Octal 141 27 274
Decimal 97 23 188
Hex 61 17 BC

RGB Percentages of Color #6117bc

%31.49
%7.47
%61.04

CMYK Percentages of Color #6117bc

%48
%88
%0
%26

Triadic Colors of #6117bc

#6117bc #bc6117 #17bc61

Analogous Colors of #6117bc

#6117bc #b417bc #1720bc

Monochromatic Colors of #6117bc

#6117bc

Complementary Color

#6117bc #72bc17

#6117bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6117bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6117bc Color CSS Codes

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

#6117bc Text Font Color

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

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


#6117bc Background Color

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

This div background color is #6117bc


#6117bc Border Color

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

This div border color is #6117bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6117bc


Comments

No comments written yet.

Please login to write comment.