Color Hex Logo

#b023df Color Hex

#B023DF
(176,35,223)
0 Favorites   0 Comments

Color spaces of #b023df

RGB 17635223
HSL0.790.750.51
HSV285°84°87°
CMYK 0.210.840.00   0.13
XYZ31.824815.759971.1766
Yxy15.75990.26800.1327
Hunter Lab39.698773.6231-78.5130
CIE-Lab46.657977.1224-65.5449

#b023df color RGB value is (176,35,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100011 11011111
Octal 260 43 337
Decimal 176 35 223
Hex B0 23 DF

RGB Percentages of Color #b023df

%40.55
%8.06
%51.38

CMYK Percentages of Color #b023df

%21
%84
%0
%13

Triadic Colors of #b023df

#b023df #dfb023 #23dfb0

Analogous Colors of #b023df

#b023df #df23b0 #5223df

Monochromatic Colors of #b023df

#b023df

Complementary Color

#b023df #52df23

#b023df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b023df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b023df Color CSS Codes

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

#b023df Text Font Color

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

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


#b023df Background Color

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

This div background color is #b023df


#b023df Border Color

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

This div border color is #b023df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b023df


Comments

No comments written yet.

Please login to write comment.