Color Hex Logo

#b03deb Color Hex

#B03DEB
(176,61,235)
0 Favorites   0 Comments

Color spaces of #b03deb

RGB 17661235
HSL0.780.810.58
HSV280°74°92°
CMYK 0.250.740.00   0.08
XYZ34.568618.565880.3588
Yxy18.56580.25900.1391
Hunter Lab43.088067.8026-80.4136
CIE-Lab50.175371.6654-66.6447

#b03deb color RGB value is (176,61,235).

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

The process color (four color CMYK) of #b03deb color hex is 0.25, 0.74, 0.00, 0.08. Web safe color of #b03deb is #9933ff. Color #b03deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 11101011
Octal 260 75 353
Decimal 176 61 235
Hex B0 3D EB

RGB Percentages of Color #b03deb

%37.29
%12.92
%49.79

CMYK Percentages of Color #b03deb

%25
%74
%0
%8

Triadic Colors of #b03deb

#b03deb #ebb03d #3debb0

Analogous Colors of #b03deb

#b03deb #eb3dcf #593deb

Monochromatic Colors of #b03deb

#b03deb

Complementary Color

#b03deb #78eb3d

#b03deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03deb Color CSS Codes

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

#b03deb Text Font Color

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

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


#b03deb Background Color

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

This div background color is #b03deb


#b03deb Border Color

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

This div border color is #b03deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03deb


Comments

No comments written yet.

Please login to write comment.