Color Hex Logo

#b03ddf Color Hex

#B03DDF
(176,61,223)
0 Favorites   0 Comments

Color spaces of #b03ddf

RGB 17661223
HSL0.780.720.56
HSV283°73°87°
CMYK 0.210.730.00   0.13
XYZ32.892517.895371.5325
Yxy17.89530.26890.1463
Hunter Lab42.302864.7624-70.6452
CIE-Lab49.368969.2773-61.1596

#b03ddf color RGB value is (176,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 11011111
Octal 260 75 337
Decimal 176 61 223
Hex B0 3D DF

RGB Percentages of Color #b03ddf

%38.26
%13.26
%48.48

CMYK Percentages of Color #b03ddf

%21
%73
%0
%13

Triadic Colors of #b03ddf

#b03ddf #dfb03d #3ddfb0

Analogous Colors of #b03ddf

#b03ddf #df3dbd #5f3ddf

Monochromatic Colors of #b03ddf

#b03ddf

Complementary Color

#b03ddf #6cdf3d

#b03ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03ddf Color CSS Codes

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

#b03ddf Text Font Color

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

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


#b03ddf Background Color

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

This div background color is #b03ddf


#b03ddf Border Color

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

This div border color is #b03ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03ddf


Comments

No comments written yet.

Please login to write comment.