Color Hex Logo

#b23dbd Color Hex

#B23DBD
(178,61,189)
0 Favorites   0 Comments

Color spaces of #b23dbd

RGB 17861189
HSL0.820.510.49
HSV295°68°74°
CMYK 0.060.680.00   0.26
XYZ29.214116.476649.7847
Yxy16.47660.30600.1726
Hunter Lab40.591457.4337-44.3043
CIE-Lab47.593763.3228-44.4342

#b23dbd color RGB value is (178,61,189).

#b23dbd hex color red value is 178, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b23dbd hue: 0.82 , saturation: 0.51 and the lightness value of b23dbd is 0.49.

The process color (four color CMYK) of #b23dbd color hex is 0.06, 0.68, 0.00, 0.26. Web safe color of #b23dbd is #9933cc. Color #b23dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111101 10111101
Octal 262 75 275
Decimal 178 61 189
Hex B2 3D BD

RGB Percentages of Color #b23dbd

%41.59
%14.25
%44.16

CMYK Percentages of Color #b23dbd

%6
%68
%0
%26

Triadic Colors of #b23dbd

#b23dbd #bdb23d #3dbdb2

Analogous Colors of #b23dbd

#b23dbd #bd3d88 #723dbd

Monochromatic Colors of #b23dbd

#b23dbd

Complementary Color

#b23dbd #48bd3d

#b23dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23dbd Color CSS Codes

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

#b23dbd Text Font Color

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

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


#b23dbd Background Color

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

This div background color is #b23dbd


#b23dbd Border Color

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

This div border color is #b23dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23dbd


Comments

No comments written yet.

Please login to write comment.