Color Hex Logo

#b038df Color Hex

#B038DF
(176,56,223)
0 Favorites   0 Comments

Color spaces of #b038df

RGB 17656223
HSL0.790.720.55
HSV283°75°87°
CMYK 0.210.750.00   0.13
XYZ32.638017.386271.4477
Yxy17.38620.26870.1431
Hunter Lab41.696866.7509-72.4061
CIE-Lab48.743071.0672-62.1700

#b038df color RGB value is (176,56,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111000 11011111
Octal 260 70 337
Decimal 176 56 223
Hex B0 38 DF

RGB Percentages of Color #b038df

%38.68
%12.31
%49.01

CMYK Percentages of Color #b038df

%21
%75
%0
%13

Triadic Colors of #b038df

#b038df #dfb038 #38dfb0

Analogous Colors of #b038df

#b038df #df38bb #5c38df

Monochromatic Colors of #b038df

#b038df

Complementary Color

#b038df #67df38

#b038df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b038df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b038df Color CSS Codes

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

#b038df Text Font Color

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

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


#b038df Background Color

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

This div background color is #b038df


#b038df Border Color

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

This div border color is #b038df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b038df


Comments

No comments written yet.

Please login to write comment.