Color Hex Logo

#b869dd Color Hex

#B869DD
(184,105,221)
0 Favorites   0 Comments

Color spaces of #b869dd

RGB 184105221
HSL0.780.630.64
HSV281°52°87°
CMYK 0.170.520.00   0.13
XYZ37.869925.514071.3353
Yxy25.51400.28110.1894
Hunter Lab50.511445.4319-48.3750
CIE-Lab57.572850.7973-46.8549

#b869dd color RGB value is (184,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101001 11011101
Octal 270 151 335
Decimal 184 105 221
Hex B8 69 DD

RGB Percentages of Color #b869dd

%36.08
%20.59
%43.33

CMYK Percentages of Color #b869dd

%17
%52
%0
%13

Triadic Colors of #b869dd

#b869dd #ddb869 #69ddb8

Analogous Colors of #b869dd

#b869dd #dd69c8 #7e69dd

Monochromatic Colors of #b869dd

#b869dd

Complementary Color

#b869dd #8edd69

#b869dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b869dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b869dd Color CSS Codes

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

#b869dd Text Font Color

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

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


#b869dd Background Color

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

This div background color is #b869dd


#b869dd Border Color

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

This div border color is #b869dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b869dd


Comments

No comments written yet.

Please login to write comment.