Color Hex Logo

#b42eda Color Hex

#B42EDA
(180,46,218)
0 Favorites   0 Comments

Color spaces of #b42eda

RGB 18046218
HSL0.800.700.52
HSV287°79°85°
CMYK 0.170.790.00   0.15
XYZ32.454316.719267.8463
Yxy16.71920.27730.1429
Hunter Lab40.889170.1221-69.7560
CIE-Lab47.904374.0244-60.6455

#b42eda color RGB value is (180,46,218).

#b42eda hex color red value is 180, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b42eda hue: 0.80 , saturation: 0.70 and the lightness value of b42eda is 0.52.

The process color (four color CMYK) of #b42eda color hex is 0.17, 0.79, 0.00, 0.15. Web safe color of #b42eda is #cc33cc. Color #b42eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101110 11011010
Octal 264 56 332
Decimal 180 46 218
Hex B4 2E DA

RGB Percentages of Color #b42eda

%40.54
%10.36
%49.10

CMYK Percentages of Color #b42eda

%17
%79
%0
%15

Triadic Colors of #b42eda

#b42eda #dab42e #2edab4

Analogous Colors of #b42eda

#b42eda #da2eaa #5e2eda

Monochromatic Colors of #b42eda

#b42eda

Complementary Color

#b42eda #54da2e

#b42eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42eda Color CSS Codes

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

#b42eda Text Font Color

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

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


#b42eda Background Color

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

This div background color is #b42eda


#b42eda Border Color

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

This div border color is #b42eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42eda


Comments

No comments written yet.

Please login to write comment.