Color Hex Logo

#b032df Color Hex

#B032DF
(176,50,223)
0 Favorites   0 Comments

Color spaces of #b032df

RGB 17650223
HSL0.790.730.54
HSV284°78°87°
CMYK 0.210.780.00   0.13
XYZ32.364416.839071.3565
Yxy16.83900.26850.1397
Hunter Lab41.035468.9703-74.3748
CIE-Lab48.056573.0451-63.2796

#b032df color RGB value is (176,50,223).

#b032df hex color red value is 176, green value is 50 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b032df hue: 0.79 , saturation: 0.73 and the lightness value of b032df is 0.54.

The process color (four color CMYK) of #b032df color hex is 0.21, 0.78, 0.00, 0.13. Web safe color of #b032df is #9933cc. Color #b032df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110010 11011111
Octal 260 62 337
Decimal 176 50 223
Hex B0 32 DF

RGB Percentages of Color #b032df

%39.20
%11.14
%49.67

CMYK Percentages of Color #b032df

%21
%78
%0
%13

Triadic Colors of #b032df

#b032df #dfb032 #32dfb0

Analogous Colors of #b032df

#b032df #df32b8 #5a32df

Monochromatic Colors of #b032df

#b032df

Complementary Color

#b032df #61df32

#b032df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b032df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b032df Color CSS Codes

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

#b032df Text Font Color

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

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


#b032df Background Color

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

This div background color is #b032df


#b032df Border Color

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

This div border color is #b032df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,50,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b032df


Comments

No comments written yet.

Please login to write comment.