Color Hex Logo

#b42ebd Color Hex

#B42EBD
(180,46,189)
0 Favorites   0 Comments

Color spaces of #b42ebd

RGB 18046189
HSL0.820.610.46
HSV296°76°74°
CMYK 0.050.760.00   0.26
XYZ28.984715.331449.5757
Yxy15.33140.30870.1633
Hunter Lab39.155363.6126-47.6601
CIE-Lab46.084868.9410-46.8198

#b42ebd color RGB value is (180,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 10111101
Octal 264 56 275
Decimal 180 46 189
Hex B4 2E BD

RGB Percentages of Color #b42ebd

%43.37
%11.08
%45.54

CMYK Percentages of Color #b42ebd

%5
%76
%0
%26

Triadic Colors of #b42ebd

#b42ebd #bdb42e #2ebdb4

Analogous Colors of #b42ebd

#b42ebd #bd2e7f #6d2ebd

Monochromatic Colors of #b42ebd

#b42ebd

Complementary Color

#b42ebd #37bd2e

#b42ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ebd Color CSS Codes

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

#b42ebd Text Font Color

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

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


#b42ebd Background Color

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

This div background color is #b42ebd


#b42ebd Border Color

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

This div border color is #b42ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ebd


Comments

No comments written yet.

Please login to write comment.