Color Hex Logo

#b03bdf Color Hex

#B03BDF
(176,59,223)
0 Favorites   0 Comments

Color spaces of #b03bdf

RGB 17659223
HSL0.790.720.55
HSV283°74°87°
CMYK 0.210.740.00   0.13
XYZ32.787717.685771.4976
Yxy17.68570.26880.1450
Hunter Lab42.054465.5724-71.3622
CIE-Lab49.112770.0084-61.5731

#b03bdf color RGB value is (176,59,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111011 11011111
Octal 260 73 337
Decimal 176 59 223
Hex B0 3B DF

RGB Percentages of Color #b03bdf

%38.43
%12.88
%48.69

CMYK Percentages of Color #b03bdf

%21
%74
%0
%13

Triadic Colors of #b03bdf

#b03bdf #dfb03b #3bdfb0

Analogous Colors of #b03bdf

#b03bdf #df3bbc #5e3bdf

Monochromatic Colors of #b03bdf

#b03bdf

Complementary Color

#b03bdf #6adf3b

#b03bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03bdf Color CSS Codes

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

#b03bdf Text Font Color

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

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


#b03bdf Background Color

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

This div background color is #b03bdf


#b03bdf Border Color

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

This div border color is #b03bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03bdf


Comments

No comments written yet.

Please login to write comment.