Color Hex Logo

#b42dd7 Color Hex

#B42DD7
(180,45,215)
0 Favorites   0 Comments

Color spaces of #b42dd7

RGB 18045215
HSL0.800.680.51
HSV288°79°84°
CMYK 0.160.790.00   0.16
XYZ32.026516.486465.7842
Yxy16.48640.28020.1442
Hunter Lab40.603469.7382-67.6370
CIE-Lab47.606373.7665-59.4107

#b42dd7 color RGB value is (180,45,215).

#b42dd7 hex color red value is 180, green value is 45 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b42dd7 hue: 0.80 , saturation: 0.68 and the lightness value of b42dd7 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 11010111
Octal 264 55 327
Decimal 180 45 215
Hex B4 2D D7

RGB Percentages of Color #b42dd7

%40.91
%10.23
%48.86

CMYK Percentages of Color #b42dd7

%16
%79
%0
%16

Triadic Colors of #b42dd7

#b42dd7 #d7b42d #2dd7b4

Analogous Colors of #b42dd7

#b42dd7 #d72da5 #5f2dd7

Monochromatic Colors of #b42dd7

#b42dd7

Complementary Color

#b42dd7 #50d72d

#b42dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42dd7 Color CSS Codes

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

#b42dd7 Text Font Color

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

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


#b42dd7 Background Color

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

This div background color is #b42dd7


#b42dd7 Border Color

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

This div border color is #b42dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42dd7


Comments

No comments written yet.

Please login to write comment.