Color Hex Logo

#9943db Color Hex

#9943DB
(153,67,219)
0 Favorites   0 Comments

Color spaces of #9943db

RGB 15367219
HSL0.760.680.56
HSV274°69°86°
CMYK 0.300.690.00   0.14
XYZ27.930215.901168.6150
Yxy15.90110.24840.1414
Hunter Lab39.876255.2422-74.1071
CIE-Lab46.844561.5346-63.1154

#9943db color RGB value is (153,67,219).

#9943db hex color red value is 153, green value is 67 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9943db hue: 0.76 , saturation: 0.68 and the lightness value of 9943db is 0.56.

The process color (four color CMYK) of #9943db color hex is 0.30, 0.69, 0.00, 0.14. Web safe color of #9943db is #9933cc. Color #9943db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000011 11011011
Octal 231 103 333
Decimal 153 67 219
Hex 99 43 DB

RGB Percentages of Color #9943db

%34.85
%15.26
%49.89

CMYK Percentages of Color #9943db

%30
%69
%0
%14

Triadic Colors of #9943db

#9943db #db9943 #43db99

Analogous Colors of #9943db

#9943db #db43d1 #4d43db

Monochromatic Colors of #9943db

#9943db

Complementary Color

#9943db #85db43

#9943db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9943db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9943db Color CSS Codes

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

#9943db Text Font Color

<p style="color:#9943db">Text here</p>

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


#9943db Background Color

<div style="background-color:#9943db">
Div content here</div>

This div background color is #9943db


#9943db Border Color

<div style="border:3px solid #9943db">
Div here</div>

This div border color is #9943db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,67,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9943db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9943db;
  -webkit-box-shadow: 1px 1px 3px 2px #9943db;
  box-shadow:         1px 1px 3px 2px #9943db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,67,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9943db


Comments

No comments written yet.

Please login to write comment.