Color Hex Logo

#b23ebe Color Hex

#B23EBE
(178,62,190)
0 Favorites   0 Comments

Color spaces of #b23ebe

RGB 17862190
HSL0.820.510.49
HSV294°67°75°
CMYK 0.060.670.00   0.25
XYZ29.377016.627950.3764
Yxy16.62790.30480.1725
Hunter Lab40.777357.2355-44.7029
CIE-Lab47.787763.1123-44.7076

#b23ebe color RGB value is (178,62,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111110 10111110
Octal 262 76 276
Decimal 178 62 190
Hex B2 3E BE

RGB Percentages of Color #b23ebe

%41.40
%14.42
%44.19

CMYK Percentages of Color #b23ebe

%6
%67
%0
%25

Triadic Colors of #b23ebe

#b23ebe #beb23e #3ebeb2

Analogous Colors of #b23ebe

#b23ebe #be3e8a #723ebe

Monochromatic Colors of #b23ebe

#b23ebe

Complementary Color

#b23ebe #4abe3e

#b23ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b23ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b23ebe Color CSS Codes

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

#b23ebe Text Font Color

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

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


#b23ebe Background Color

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

This div background color is #b23ebe


#b23ebe Border Color

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

This div border color is #b23ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b23ebe


Comments

No comments written yet.

Please login to write comment.