Color Hex Logo

#9468df Color Hex

#9468DF
(148,104,223)
0 Favorites   0 Comments

Color spaces of #9468df

RGB 148104223
HSL0.730.650.64
HSV262°53°87°
CMYK 0.340.530.00   0.13
XYZ30.482321.524272.3600
Yxy21.52420.24510.1731
Hunter Lab46.394236.0898-59.9974
CIE-Lab53.518542.5984-54.6730

#9468df color RGB value is (148,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101000 11011111
Octal 224 150 337
Decimal 148 104 223
Hex 94 68 DF

RGB Percentages of Color #9468df

%31.16
%21.89
%46.95

CMYK Percentages of Color #9468df

%34
%53
%0
%13

Triadic Colors of #9468df

#9468df #df9468 #68df94

Analogous Colors of #9468df

#9468df #d068df #6878df

Monochromatic Colors of #9468df

#9468df

Complementary Color

#9468df #b3df68

#9468df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9468df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9468df Color CSS Codes

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

#9468df Text Font Color

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

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


#9468df Background Color

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

This div background color is #9468df


#9468df Border Color

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

This div border color is #9468df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9468df


Comments

No comments written yet.

Please login to write comment.