Color Hex Logo

#b42ebc Color Hex

#B42EBC
(180,46,188)
0 Favorites   0 Comments

Color spaces of #b42ebc

RGB 18046188
HSL0.820.610.46
HSV297°76°74°
CMYK 0.040.760.00   0.26
XYZ28.876515.288149.0059
Yxy15.28810.30990.1641
Hunter Lab39.100063.4025-46.9410
CIE-Lab46.026368.7738-46.3289

#b42ebc color RGB value is (180,46,188).

#b42ebc hex color red value is 180, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b42ebc hue: 0.82 , saturation: 0.61 and the lightness value of b42ebc is 0.46.

The process color (four color CMYK) of #b42ebc color hex is 0.04, 0.76, 0.00, 0.26. Web safe color of #b42ebc is #cc33cc. Color #b42ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 10111100
Octal 264 56 274
Decimal 180 46 188
Hex B4 2E BC

RGB Percentages of Color #b42ebc

%43.48
%11.11
%45.41

CMYK Percentages of Color #b42ebc

%4
%76
%0
%26

Triadic Colors of #b42ebc

#b42ebc #bcb42e #2ebcb4

Analogous Colors of #b42ebc

#b42ebc #bc2e7d #6d2ebc

Monochromatic Colors of #b42ebc

#b42ebc

Complementary Color

#b42ebc #36bc2e

#b42ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ebc Color CSS Codes

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

#b42ebc Text Font Color

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

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


#b42ebc Background Color

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

This div background color is #b42ebc


#b42ebc Border Color

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

This div border color is #b42ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,46,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b42ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b42ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #b42ebc;
  box-shadow:         1px 1px 3px 2px #b42ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,46,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ebc


Comments

No comments written yet.

Please login to write comment.