Color Hex Logo

#b269dd Color Hex

#B269DD
(178,105,221)
0 Favorites   0 Comments

Color spaces of #b269dd

RGB 178105221
HSL0.770.630.64
HSV278°52°87°
CMYK 0.190.520.00   0.13
XYZ36.462824.788671.2695
Yxy24.78860.27510.1871
Hunter Lab49.788243.5968-50.0193
CIE-Lab56.868949.2172-48.0153

#b269dd color RGB value is (178,105,221).

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

The process color (four color CMYK) of #b269dd color hex is 0.19, 0.52, 0.00, 0.13. Web safe color of #b269dd is #9966cc. Color #b269dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 11011101
Octal 262 151 335
Decimal 178 105 221
Hex B2 69 DD

RGB Percentages of Color #b269dd

%35.32
%20.83
%43.85

CMYK Percentages of Color #b269dd

%19
%52
%0
%13

Triadic Colors of #b269dd

#b269dd #ddb269 #69ddb2

Analogous Colors of #b269dd

#b269dd #dd69ce #7869dd

Monochromatic Colors of #b269dd

#b269dd

Complementary Color

#b269dd #94dd69

#b269dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b269dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b269dd Color CSS Codes

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

#b269dd Text Font Color

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

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


#b269dd Background Color

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

This div background color is #b269dd


#b269dd Border Color

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

This div border color is #b269dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b269dd


Comments

No comments written yet.

Please login to write comment.