Color Hex Logo

#b03dee Color Hex

#B03DEE
(176,61,238)
0 Favorites   0 Comments

Color spaces of #b03dee

RGB 17661238
HSL0.770.840.59
HSV279°74°93°
CMYK 0.260.740.00   0.07
XYZ35.005918.740682.6612
Yxy18.74060.25660.1374
Hunter Lab43.290468.5821-82.9084
CIE-Lab50.382372.2717-67.9977

#b03dee color RGB value is (176,61,238).

#b03dee hex color red value is 176, green value is 61 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b03dee hue: 0.77 , saturation: 0.84 and the lightness value of b03dee is 0.59.

The process color (four color CMYK) of #b03dee color hex is 0.26, 0.74, 0.00, 0.07. Web safe color of #b03dee is #9933ff. Color #b03dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 11101110
Octal 260 75 356
Decimal 176 61 238
Hex B0 3D EE

RGB Percentages of Color #b03dee

%37.05
%12.84
%50.11

CMYK Percentages of Color #b03dee

%26
%74
%0
%7

Triadic Colors of #b03dee

#b03dee #eeb03d #3deeb0

Analogous Colors of #b03dee

#b03dee #ee3dd4 #583dee

Monochromatic Colors of #b03dee

#b03dee

Complementary Color

#b03dee #7bee3d

#b03dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03dee Color CSS Codes

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

#b03dee Text Font Color

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

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


#b03dee Background Color

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

This div background color is #b03dee


#b03dee Border Color

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

This div border color is #b03dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03dee


Comments

No comments written yet.

Please login to write comment.