Color Hex Logo

#b32cdd Color Hex

#B32CDD
(179,44,221)
0 Favorites   0 Comments

Color spaces of #b32cdd

RGB 17944221
HSL0.790.720.52
HSV286°80°87°
CMYK 0.190.800.00   0.13
XYZ32.542216.605569.8966
Yxy16.60550.27340.1395
Hunter Lab40.749871.2351-73.1729
CIE-Lab47.759174.9654-62.5995

#b32cdd color RGB value is (179,44,221).

#b32cdd hex color red value is 179, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b32cdd hue: 0.79 , saturation: 0.72 and the lightness value of b32cdd is 0.52.

The process color (four color CMYK) of #b32cdd color hex is 0.19, 0.80, 0.00, 0.13. Web safe color of #b32cdd is #cc33cc. Color #b32cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101100 11011101
Octal 263 54 335
Decimal 179 44 221
Hex B3 2C DD

RGB Percentages of Color #b32cdd

%40.32
%9.91
%49.77

CMYK Percentages of Color #b32cdd

%19
%80
%0
%13

Triadic Colors of #b32cdd

#b32cdd #ddb32c #2cddb3

Analogous Colors of #b32cdd

#b32cdd #dd2caf #5b2cdd

Monochromatic Colors of #b32cdd

#b32cdd

Complementary Color

#b32cdd #56dd2c

#b32cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32cdd Color CSS Codes

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

#b32cdd Text Font Color

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

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


#b32cdd Background Color

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

This div background color is #b32cdd


#b32cdd Border Color

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

This div border color is #b32cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,44,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b32cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b32cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b32cdd;
  box-shadow:         1px 1px 3px 2px #b32cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,44,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32cdd


Comments

No comments written yet.

Please login to write comment.