Color Hex Logo

#b969ea Color Hex

#B969EA
(185,105,234)
0 Favorites   0 Comments

Color spaces of #b969ea

RGB 185105234
HSL0.770.750.66
HSV277°55°92°
CMYK 0.210.550.00   0.08
XYZ39.910426.358080.8260
Yxy26.35800.27130.1792
Hunter Lab51.340048.9161-57.4038
CIE-Lab58.375353.8312-52.8564

#b969ea color RGB value is (185,105,234).

#b969ea hex color red value is 185, green value is 105 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b969ea hue: 0.77 , saturation: 0.75 and the lightness value of b969ea is 0.66.

The process color (four color CMYK) of #b969ea color hex is 0.21, 0.55, 0.00, 0.08. Web safe color of #b969ea is #cc66ff. Color #b969ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 11101010
Octal 271 151 352
Decimal 185 105 234
Hex B9 69 EA

RGB Percentages of Color #b969ea

%35.31
%20.04
%44.66

CMYK Percentages of Color #b969ea

%21
%55
%0
%8

Triadic Colors of #b969ea

#b969ea #eab969 #69eab9

Analogous Colors of #b969ea

#b969ea #ea69db #7969ea

Monochromatic Colors of #b969ea

#b969ea

Complementary Color

#b969ea #9aea69

#b969ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969ea Color CSS Codes

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

#b969ea Text Font Color

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

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


#b969ea Background Color

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

This div background color is #b969ea


#b969ea Border Color

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

This div border color is #b969ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,105,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b969ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b969ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b969ea;
  box-shadow:         1px 1px 3px 2px #b969ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969ea


Comments

No comments written yet.

Please login to write comment.