Color Hex Logo

#7456dd Color Hex

#7456DD
(116,86,221)
0 Favorites   0 Comments

Color spaces of #7456dd

RGB 11686221
HSL0.700.670.60
HSV253°61°87°
CMYK 0.480.610.00   0.13
XYZ23.581415.589070.1727
Yxy15.58900.21570.1426
Hunter Lab39.482937.5151-77.7377
CIE-Lab46.430645.0840-65.1169

#7456dd color RGB value is (116,86,221).

#7456dd hex color red value is 116, green value is 86 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7456dd hue: 0.70 , saturation: 0.67 and the lightness value of 7456dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 11011101
Octal 164 126 335
Decimal 116 86 221
Hex 74 56 DD

RGB Percentages of Color #7456dd

%27.42
%20.33
%52.25

CMYK Percentages of Color #7456dd

%48
%61
%0
%13

Triadic Colors of #7456dd

#7456dd #dd7456 #56dd74

Analogous Colors of #7456dd

#7456dd #b856dd #567cdd

Monochromatic Colors of #7456dd

#7456dd

Complementary Color

#7456dd #bfdd56

#7456dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7456dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7456dd Color CSS Codes

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

#7456dd Text Font Color

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

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


#7456dd Background Color

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

This div background color is #7456dd


#7456dd Border Color

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

This div border color is #7456dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7456dd


Comments

No comments written yet.

Please login to write comment.