Color Hex Logo

#9969be Color Hex

#9969BE
(153,105,190)
0 Favorites   0 Comments

Color spaces of #9969be

RGB 153105190
HSL0.760.400.58
HSV274°45°75°
CMYK 0.190.450.00   0.25
XYZ27.482720.593251.2416
Yxy20.59320.27670.2073
Hunter Lab45.379728.6880-35.1829
CIE-Lab52.501435.3665-37.4612

#9969be color RGB value is (153,105,190).

#9969be hex color red value is 153, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9969be hue: 0.76 , saturation: 0.40 and the lightness value of 9969be is 0.58.

The process color (four color CMYK) of #9969be color hex is 0.19, 0.45, 0.00, 0.25. Web safe color of #9969be is #9966cc. Color #9969be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101001 10111110
Octal 231 151 276
Decimal 153 105 190
Hex 99 69 BE

RGB Percentages of Color #9969be

%34.15
%23.44
%42.41

CMYK Percentages of Color #9969be

%19
%45
%0
%25

Triadic Colors of #9969be

#9969be #be9969 #69be99

Analogous Colors of #9969be

#9969be #be69b9 #6f69be

Monochromatic Colors of #9969be

#9969be

Complementary Color

#9969be #8ebe69

#9969be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9969be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9969be Color CSS Codes

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

#9969be Text Font Color

<p style="color:#9969be">Text here</p>

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


#9969be Background Color

<div style="background-color:#9969be">
Div content here</div>

This div background color is #9969be


#9969be Border Color

<div style="border:3px solid #9969be">
Div here</div>

This div border color is #9969be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,105,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9969be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9969be;
  -webkit-box-shadow: 1px 1px 3px 2px #9969be;
  box-shadow:         1px 1px 3px 2px #9969be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9969be


Comments

No comments written yet.

Please login to write comment.