Color Hex Logo

#b232dd Color Hex

#B232DD
(178,50,221)
0 Favorites   0 Comments

Color spaces of #b232dd

RGB 17850221
HSL0.790.720.53
HSV285°77°87°
CMYK 0.190.770.00   0.13
XYZ32.551816.966669.9658
Yxy16.96660.27240.1420
Hunter Lab41.190568.9804-71.8760
CIE-Lab48.217973.0220-61.8653

#b232dd color RGB value is (178,50,221).

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

The process color (four color CMYK) of #b232dd color hex is 0.19, 0.77, 0.00, 0.13. Web safe color of #b232dd is #9933cc. Color #b232dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110010 11011101
Octal 262 62 335
Decimal 178 50 221
Hex B2 32 DD

RGB Percentages of Color #b232dd

%39.64
%11.14
%49.22

CMYK Percentages of Color #b232dd

%19
%77
%0
%13

Triadic Colors of #b232dd

#b232dd #ddb232 #32ddb2

Analogous Colors of #b232dd

#b232dd #dd32b3 #5c32dd

Monochromatic Colors of #b232dd

#b232dd

Complementary Color

#b232dd #5ddd32

#b232dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b232dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b232dd Color CSS Codes

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

#b232dd Text Font Color

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

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


#b232dd Background Color

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

This div background color is #b232dd


#b232dd Border Color

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

This div border color is #b232dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,50,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 #b232dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b232dd


Comments

No comments written yet.

Please login to write comment.