Color Hex Logo

#b024df Color Hex

#B024DF
(176,36,223)
0 Favorites   0 Comments

Color spaces of #b024df

RGB 17636223
HSL0.790.750.51
HSV285°84°87°
CMYK 0.210.840.00   0.13
XYZ31.854715.819671.1866
Yxy15.81960.26800.1331
Hunter Lab39.773973.3556-78.2746
CIE-Lab46.736976.8905-65.4168

#b024df color RGB value is (176,36,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100100 11011111
Octal 260 44 337
Decimal 176 36 223
Hex B0 24 DF

RGB Percentages of Color #b024df

%40.46
%8.28
%51.26

CMYK Percentages of Color #b024df

%21
%84
%0
%13

Triadic Colors of #b024df

#b024df #dfb024 #24dfb0

Analogous Colors of #b024df

#b024df #df24b1 #5224df

Monochromatic Colors of #b024df

#b024df

Complementary Color

#b024df #53df24

#b024df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b024df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b024df Color CSS Codes

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

#b024df Text Font Color

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

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


#b024df Background Color

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

This div background color is #b024df


#b024df Border Color

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

This div border color is #b024df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b024df


Comments

No comments written yet.

Please login to write comment.