Color Hex Logo

#b26dca Color Hex

#B26DCA
(178,109,202)
0 Favorites   0 Comments

Color spaces of #b26dca

RGB 178109202
HSL0.790.470.61
HSV285°46°79°
CMYK 0.120.460.00   0.21
XYZ34.489424.666558.8204
Yxy24.66650.29230.2091
Hunter Lab49.665437.0423-35.4534
CIE-Lab56.749043.0576-37.4575

#b26dca color RGB value is (178,109,202).

#b26dca hex color red value is 178, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b26dca hue: 0.79 , saturation: 0.47 and the lightness value of b26dca is 0.61.

The process color (four color CMYK) of #b26dca color hex is 0.12, 0.46, 0.00, 0.21. Web safe color of #b26dca is #9966cc. Color #b26dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101101 11001010
Octal 262 155 312
Decimal 178 109 202
Hex B2 6D CA

RGB Percentages of Color #b26dca

%36.40
%22.29
%41.31

CMYK Percentages of Color #b26dca

%12
%46
%0
%21

Triadic Colors of #b26dca

#b26dca #cab26d #6dcab2

Analogous Colors of #b26dca

#b26dca #ca6db4 #846dca

Monochromatic Colors of #b26dca

#b26dca

Complementary Color

#b26dca #85ca6d

#b26dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26dca Color CSS Codes

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

#b26dca Text Font Color

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

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


#b26dca Background Color

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

This div background color is #b26dca


#b26dca Border Color

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

This div border color is #b26dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,109,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26dca


Comments

No comments written yet.

Please login to write comment.