Color Hex Logo

#7163dd Color Hex

#7163DD
(113,99,221)
0 Favorites   0 Comments

Color spaces of #7163dd

RGB 11399221
HSL0.690.640.63
HSV247°55°87°
CMYK 0.490.550.00   0.13
XYZ24.323017.654870.5324
Yxy17.65480.21620.1569
Hunter Lab42.017629.7986-70.1142
CIE-Lab49.074736.9465-60.8527

#7163dd color RGB value is (113,99,221).

#7163dd hex color red value is 113, green value is 99 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7163dd hue: 0.69 , saturation: 0.64 and the lightness value of 7163dd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 11011101
Octal 161 143 335
Decimal 113 99 221
Hex 71 63 DD

RGB Percentages of Color #7163dd

%26.10
%22.86
%51.04

CMYK Percentages of Color #7163dd

%49
%55
%0
%13

Triadic Colors of #7163dd

#7163dd #dd7163 #63dd71

Analogous Colors of #7163dd

#7163dd #ae63dd #6392dd

Monochromatic Colors of #7163dd

#7163dd

Complementary Color

#7163dd #cfdd63

#7163dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7163dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7163dd Color CSS Codes

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

#7163dd Text Font Color

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

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


#7163dd Background Color

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

This div background color is #7163dd


#7163dd Border Color

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

This div border color is #7163dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,99,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 #7163dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7163dd


Comments

No comments written yet.

Please login to write comment.