Color Hex Logo

#9468dd Color Hex

#9468DD
(148,104,221)
0 Favorites   0 Comments

Color spaces of #9468dd

RGB 148104221
HSL0.730.630.64
HSV263°53°87°
CMYK 0.330.530.00   0.13
XYZ30.214221.417070.9480
Yxy21.41700.24650.1747
Hunter Lab46.278535.5513-58.5005
CIE-Lab53.402942.0904-53.7296

#9468dd color RGB value is (148,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101000 11011101
Octal 224 150 335
Decimal 148 104 221
Hex 94 68 DD

RGB Percentages of Color #9468dd

%31.29
%21.99
%46.72

CMYK Percentages of Color #9468dd

%33
%53
%0
%13

Triadic Colors of #9468dd

#9468dd #dd9468 #68dd94

Analogous Colors of #9468dd

#9468dd #cf68dd #6877dd

Monochromatic Colors of #9468dd

#9468dd

Complementary Color

#9468dd #b1dd68

#9468dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9468dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9468dd Color CSS Codes

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

#9468dd Text Font Color

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

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


#9468dd Background Color

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

This div background color is #9468dd


#9468dd Border Color

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

This div border color is #9468dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9468dd


Comments

No comments written yet.

Please login to write comment.