Color Hex Logo

#6157dd Color Hex

#6157DD
(97,87,221)
0 Favorites   0 Comments

Color spaces of #6157dd

RGB 9787221
HSL0.680.660.60
HSV244°61°87°
CMYK 0.560.610.00   0.13
XYZ21.389114.578270.0932
Yxy14.57820.20170.1375
Hunter Lab38.181433.1776-82.1172
CIE-Lab45.051040.9760-67.4303

#6157dd color RGB value is (97,87,221).

#6157dd hex color red value is 97, green value is 87 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6157dd hue: 0.68 , saturation: 0.66 and the lightness value of 6157dd is 0.60.

The process color (four color CMYK) of #6157dd color hex is 0.56, 0.61, 0.00, 0.13. Web safe color of #6157dd is #6666cc. Color #6157dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010111 11011101
Octal 141 127 335
Decimal 97 87 221
Hex 61 57 DD

RGB Percentages of Color #6157dd

%23.95
%21.48
%54.57

CMYK Percentages of Color #6157dd

%56
%61
%0
%13

Triadic Colors of #6157dd

#6157dd #dd6157 #57dd61

Analogous Colors of #6157dd

#6157dd #a457dd #5790dd

Monochromatic Colors of #6157dd

#6157dd

Complementary Color

#6157dd #d3dd57

#6157dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6157dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6157dd Color CSS Codes

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

#6157dd Text Font Color

<p style="color:#6157dd">Text here</p>

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


#6157dd Background Color

<div style="background-color:#6157dd">
Div content here</div>

This div background color is #6157dd


#6157dd Border Color

<div style="border:3px solid #6157dd">
Div here</div>

This div border color is #6157dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,87,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6157dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6157dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6157dd;
  box-shadow:         1px 1px 3px 2px #6157dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6157dd


Comments

No comments written yet.

Please login to write comment.