Color Hex Logo

#7436dd Color Hex

#7436DD
(116,54,221)
0 Favorites   0 Comments

Color spaces of #7436dd

RGB 11654221
HSL0.730.710.54
HSV262°76°87°
CMYK 0.480.760.00   0.13
XYZ21.572811.571869.5032
Yxy11.57180.21020.1127
Hunter Lab34.017353.6691-97.3274
CIE-Lab40.527361.3428-74.7438

#7436dd color RGB value is (116,54,221).

#7436dd hex color red value is 116, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7436dd hue: 0.73 , saturation: 0.71 and the lightness value of 7436dd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 11011101
Octal 164 66 335
Decimal 116 54 221
Hex 74 36 DD

RGB Percentages of Color #7436dd

%29.67
%13.81
%56.52

CMYK Percentages of Color #7436dd

%48
%76
%0
%13

Triadic Colors of #7436dd

#7436dd #dd7436 #36dd74

Analogous Colors of #7436dd

#7436dd #c836dd #364cdd

Monochromatic Colors of #7436dd

#7436dd

Complementary Color

#7436dd #9fdd36

#7436dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7436dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7436dd Color CSS Codes

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

#7436dd Text Font Color

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

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


#7436dd Background Color

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

This div background color is #7436dd


#7436dd Border Color

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

This div border color is #7436dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7436dd


Comments

No comments written yet.

Please login to write comment.