Color Hex Logo

#b969df Color Hex

#B969DF
(185,105,223)
0 Favorites   0 Comments

Color spaces of #b969df

RGB 185105223
HSL0.780.650.64
HSV281°53°87°
CMYK 0.170.530.00   0.13
XYZ38.378425.745272.7586
Yxy25.74520.28040.1881
Hunter Lab50.739746.2189-49.5015
CIE-Lab57.794451.4817-47.6206

#b969df color RGB value is (185,105,223).

#b969df hex color red value is 185, green value is 105 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b969df hue: 0.78 , saturation: 0.65 and the lightness value of b969df is 0.64.

The process color (four color CMYK) of #b969df color hex is 0.17, 0.53, 0.00, 0.13. Web safe color of #b969df is #cc66cc. Color #b969df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 11011111
Octal 271 151 337
Decimal 185 105 223
Hex B9 69 DF

RGB Percentages of Color #b969df

%36.06
%20.47
%43.47

CMYK Percentages of Color #b969df

%17
%53
%0
%13

Triadic Colors of #b969df

#b969df #dfb969 #69dfb9

Analogous Colors of #b969df

#b969df #df69ca #7e69df

Monochromatic Colors of #b969df

#b969df

Complementary Color

#b969df #8fdf69

#b969df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969df Color CSS Codes

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

#b969df Text Font Color

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

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


#b969df Background Color

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

This div background color is #b969df


#b969df Border Color

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

This div border color is #b969df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,105,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 #b969df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969df


Comments

No comments written yet.

Please login to write comment.