Color Hex Logo

#9469dc Color Hex

#9469DC
(148,105,220)
0 Favorites   0 Comments

Color spaces of #9469dc

RGB 148105220
HSL0.730.620.64
HSV262°52°86°
CMYK 0.330.520.00   0.14
XYZ30.182621.566470.2821
Yxy21.56640.24730.1767
Hunter Lab46.439634.7435-57.2222
CIE-Lab53.563941.2774-52.9078

#9469dc color RGB value is (148,105,220).

#9469dc hex color red value is 148, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9469dc hue: 0.73 , saturation: 0.62 and the lightness value of 9469dc is 0.64.

The process color (four color CMYK) of #9469dc color hex is 0.33, 0.52, 0.00, 0.14. Web safe color of #9469dc is #9966cc. Color #9469dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101001 11011100
Octal 224 151 334
Decimal 148 105 220
Hex 94 69 DC

RGB Percentages of Color #9469dc

%31.29
%22.20
%46.51

CMYK Percentages of Color #9469dc

%33
%52
%0
%14

Triadic Colors of #9469dc

#9469dc #dc9469 #69dc94

Analogous Colors of #9469dc

#9469dc #ce69dc #6978dc

Monochromatic Colors of #9469dc

#9469dc

Complementary Color

#9469dc #b1dc69

#9469dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9469dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9469dc Color CSS Codes

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

#9469dc Text Font Color

<p style="color:#9469dc">Text here</p>

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


#9469dc Background Color

<div style="background-color:#9469dc">
Div content here</div>

This div background color is #9469dc


#9469dc Border Color

<div style="border:3px solid #9469dc">
Div here</div>

This div border color is #9469dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,105,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9469dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9469dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9469dc;
  box-shadow:         1px 1px 3px 2px #9469dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,105,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9469dc


Comments

No comments written yet.

Please login to write comment.