Color Hex Logo

#6101ed Color Hex

#6101ED
(97,1,237)
0 Favorites   0 Comments

Color spaces of #6101ed

RGB 971237
HSL0.730.990.47
HSV264°100°93°
CMYK 0.591.000.00   0.07
XYZ20.22678.677580.7296
Yxy8.67750.18450.0791
Hunter Lab29.457671.0141-141.8661
CIE-Lab35.355877.1534-92.4732

#6101ed color RGB value is (97,1,237).

#6101ed hex color red value is 97, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6101ed hue: 0.73 , saturation: 0.99 and the lightness value of 6101ed is 0.47.

The process color (four color CMYK) of #6101ed color hex is 0.59, 1.00, 0.00, 0.07. Web safe color of #6101ed is #6600ff. Color #6101ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000001 11101101
Octal 141 1 355
Decimal 97 1 237
Hex 61 1 ED

RGB Percentages of Color #6101ed

%28.96
%0.30
%70.75

CMYK Percentages of Color #6101ed

%59
%100
%0
%7

Triadic Colors of #6101ed

#6101ed #ed6101 #01ed61

Analogous Colors of #6101ed

#6101ed #d701ed #0117ed

Monochromatic Colors of #6101ed

#6101ed

Complementary Color

#6101ed #8ded01

#6101ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6101ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6101ed Color CSS Codes

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

#6101ed Text Font Color

<p style="color:#6101ed">Text here</p>

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


#6101ed Background Color

<div style="background-color:#6101ed">
Div content here</div>

This div background color is #6101ed


#6101ed Border Color

<div style="border:3px solid #6101ed">
Div here</div>

This div border color is #6101ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,1,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6101ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6101ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6101ed;
  box-shadow:         1px 1px 3px 2px #6101ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,1,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6101ed


Comments

No comments written yet.

Please login to write comment.