Color Hex Logo

#b03fdc Color Hex

#B03FDC
(176,63,220)
0 Favorites   0 Comments

Color spaces of #b03fdc

RGB 17663220
HSL0.790.690.55
HSV283°71°86°
CMYK 0.200.710.00   0.14
XYZ32.600317.952469.4571
Yxy17.95240.27160.1496
Hunter Lab42.370363.1925-67.5342
CIE-Lab49.438367.9353-59.3419

#b03fdc color RGB value is (176,63,220).

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

The process color (four color CMYK) of #b03fdc color hex is 0.20, 0.71, 0.00, 0.14. Web safe color of #b03fdc is #9933cc. Color #b03fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111111 11011100
Octal 260 77 334
Decimal 176 63 220
Hex B0 3F DC

RGB Percentages of Color #b03fdc

%38.34
%13.73
%47.93

CMYK Percentages of Color #b03fdc

%20
%71
%0
%14

Triadic Colors of #b03fdc

#b03fdc #dcb03f #3fdcb0

Analogous Colors of #b03fdc

#b03fdc #dc3fba #623fdc

Monochromatic Colors of #b03fdc

#b03fdc

Complementary Color

#b03fdc #6bdc3f

#b03fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03fdc Color CSS Codes

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

#b03fdc Text Font Color

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

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


#b03fdc Background Color

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

This div background color is #b03fdc


#b03fdc Border Color

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

This div border color is #b03fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,63,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b03fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03fdc


Comments

No comments written yet.

Please login to write comment.