Color Hex Logo

#b42dca Color Hex

#B42DCA
(180,45,202)
0 Favorites   0 Comments

Color spaces of #b42dca

RGB 18045202
HSL0.810.640.48
HSV292°78°79°
CMYK 0.110.780.00   0.21
XYZ30.421415.844357.3320
Yxy15.84430.29360.1529
Hunter Lab39.804966.7623-57.5335
CIE-Lab46.769571.4606-53.2778

#b42dca color RGB value is (180,45,202).

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

The process color (four color CMYK) of #b42dca color hex is 0.11, 0.78, 0.00, 0.21. Web safe color of #b42dca is #cc33cc. Color #b42dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101101 11001010
Octal 264 55 312
Decimal 180 45 202
Hex B4 2D CA

RGB Percentages of Color #b42dca

%42.15
%10.54
%47.31

CMYK Percentages of Color #b42dca

%11
%78
%0
%21

Triadic Colors of #b42dca

#b42dca #cab42d #2dcab4

Analogous Colors of #b42dca

#b42dca #ca2d92 #662dca

Monochromatic Colors of #b42dca

#b42dca

Complementary Color

#b42dca #43ca2d

#b42dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42dca Color CSS Codes

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

#b42dca Text Font Color

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

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


#b42dca Background Color

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

This div background color is #b42dca


#b42dca Border Color

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

This div border color is #b42dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42dca


Comments

No comments written yet.

Please login to write comment.