Color Hex Logo

#7467df Color Hex

#7467DF
(116,103,223)
0 Favorites   0 Comments

Color spaces of #7467df

RGB 116103223
HSL0.680.650.64
HSV247°54°87°
CMYK 0.480.540.00   0.13
XYZ25.372018.741272.0922
Yxy18.74120.21830.1613
Hunter Lab43.291128.8556-68.4312
CIE-Lab50.383035.8066-59.8633

#7467df color RGB value is (116,103,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 11011111
Octal 164 147 337
Decimal 116 103 223
Hex 74 67 DF

RGB Percentages of Color #7467df

%26.24
%23.30
%50.45

CMYK Percentages of Color #7467df

%48
%54
%0
%13

Triadic Colors of #7467df

#7467df #df7467 #67df74

Analogous Colors of #7467df

#7467df #b067df #6796df

Monochromatic Colors of #7467df

#7467df

Complementary Color

#7467df #d2df67

#7467df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7467df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7467df Color CSS Codes

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

#7467df Text Font Color

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

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


#7467df Background Color

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

This div background color is #7467df


#7467df Border Color

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

This div border color is #7467df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7467df


Comments

No comments written yet.

Please login to write comment.