Color Hex Logo

#b42dcd Color Hex

#B42DCD
(180,45,205)
0 Favorites   0 Comments

Color spaces of #b42dcd

RGB 18045205
HSL0.810.640.49
HSV291°78°80°
CMYK 0.120.780.00   0.20
XYZ30.780215.987859.2213
Yxy15.98780.29040.1508
Hunter Lab39.984767.4357-59.8249
CIE-Lab46.958571.9856-54.7069

#b42dcd color RGB value is (180,45,205).

#b42dcd hex color red value is 180, green value is 45 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b42dcd hue: 0.81 , saturation: 0.64 and the lightness value of b42dcd is 0.49.

The process color (four color CMYK) of #b42dcd color hex is 0.12, 0.78, 0.00, 0.20. Web safe color of #b42dcd is #cc33cc. Color #b42dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 11001101
Octal 264 55 315
Decimal 180 45 205
Hex B4 2D CD

RGB Percentages of Color #b42dcd

%41.86
%10.47
%47.67

CMYK Percentages of Color #b42dcd

%12
%78
%0
%20

Triadic Colors of #b42dcd

#b42dcd #cdb42d #2dcdb4

Analogous Colors of #b42dcd

#b42dcd #cd2d96 #642dcd

Monochromatic Colors of #b42dcd

#b42dcd

Complementary Color

#b42dcd #46cd2d

#b42dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42dcd Color CSS Codes

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

#b42dcd Text Font Color

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

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


#b42dcd Background Color

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

This div background color is #b42dcd


#b42dcd Border Color

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

This div border color is #b42dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42dcd


Comments

No comments written yet.

Please login to write comment.