Color Hex Logo

#b23ebd Color Hex

#B23EBD
(178,62,189)
0 Favorites   0 Comments

Color spaces of #b23ebd

RGB 17862189
HSL0.820.510.49
HSV295°67°74°
CMYK 0.060.670.00   0.26
XYZ29.268016.584349.8026
Yxy16.58430.30600.1734
Hunter Lab40.723857.0203-44.0011
CIE-Lab47.731962.9342-44.2143

#b23ebd color RGB value is (178,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111110 10111101
Octal 262 76 275
Decimal 178 62 189
Hex B2 3E BD

RGB Percentages of Color #b23ebd

%41.49
%14.45
%44.06

CMYK Percentages of Color #b23ebd

%6
%67
%0
%26

Triadic Colors of #b23ebd

#b23ebd #bdb23e #3ebdb2

Analogous Colors of #b23ebd

#b23ebd #bd3e89 #733ebd

Monochromatic Colors of #b23ebd

#b23ebd

Complementary Color

#b23ebd #49bd3e

#b23ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23ebd Color CSS Codes

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

#b23ebd Text Font Color

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

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


#b23ebd Background Color

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

This div background color is #b23ebd


#b23ebd Border Color

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

This div border color is #b23ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23ebd


Comments

No comments written yet.

Please login to write comment.