Color Hex Logo

#7467dd Color Hex

#7467DD
(116,103,221)
0 Favorites   0 Comments

Color spaces of #7467dd

RGB 116103221
HSL0.690.630.64
HSV247°53°87°
CMYK 0.480.530.00   0.13
XYZ25.103918.634070.6802
Yxy18.63400.21940.1629
Hunter Lab43.167128.2645-66.8622
CIE-Lab50.256235.2152-58.9364

#7467dd color RGB value is (116,103,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 11011101
Octal 164 147 335
Decimal 116 103 221
Hex 74 67 DD

RGB Percentages of Color #7467dd

%26.36
%23.41
%50.23

CMYK Percentages of Color #7467dd

%48
%53
%0
%13

Triadic Colors of #7467dd

#7467dd #dd7467 #67dd74

Analogous Colors of #7467dd

#7467dd #af67dd #6795dd

Monochromatic Colors of #7467dd

#7467dd

Complementary Color

#7467dd #d0dd67

#7467dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7467dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7467dd Color CSS Codes

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

#7467dd Text Font Color

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

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


#7467dd Background Color

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

This div background color is #7467dd


#7467dd Border Color

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

This div border color is #7467dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7467dd


Comments

No comments written yet.

Please login to write comment.