Color Hex Logo

#7466de Color Hex

#7466DE
(116,102,222)
0 Favorites   0 Comments

Color spaces of #7466de

RGB 116102222
HSL0.690.650.64
HSV247°54°87°
CMYK 0.480.540.00   0.13
XYZ25.138618.489771.3512
Yxy18.48970.21860.1608
Hunter Lab42.999729.1059-68.2827
CIE-Lab50.084836.1021-59.7783

#7466de color RGB value is (116,102,222).

#7466de hex color red value is 116, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7466de hue: 0.69 , saturation: 0.65 and the lightness value of 7466de is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 11011110
Octal 164 146 336
Decimal 116 102 222
Hex 74 66 DE

RGB Percentages of Color #7466de

%26.36
%23.18
%50.45

CMYK Percentages of Color #7466de

%48
%54
%0
%13

Triadic Colors of #7466de

#7466de #de7466 #66de74

Analogous Colors of #7466de

#7466de #b066de #6694de

Monochromatic Colors of #7466de

#7466de

Complementary Color

#7466de #d0de66

#7466de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7466de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7466de Color CSS Codes

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

#7466de Text Font Color

<p style="color:#7466de">Text here</p>

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


#7466de Background Color

<div style="background-color:#7466de">
Div content here</div>

This div background color is #7466de


#7466de Border Color

<div style="border:3px solid #7466de">
Div here</div>

This div border color is #7466de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,102,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7466de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7466de;
  -webkit-box-shadow: 1px 1px 3px 2px #7466de;
  box-shadow:         1px 1px 3px 2px #7466de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,102,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7466de


Comments

No comments written yet.

Please login to write comment.