Color Hex Logo

#b81dee Color Hex

#B81DEE
(184,29,238)
0 Favorites   0 Comments

Color spaces of #b81dee

RGB 18429238
HSL0.790.860.52
HSV284°88°93°
CMYK 0.230.880.00   0.07
XYZ35.639117.242182.3386
Yxy17.24210.26360.1275
Hunter Lab41.523680.5376-88.5017
CIE-Lab48.563682.2589-70.8957

#b81dee color RGB value is (184,29,238).

#b81dee hex color red value is 184, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b81dee hue: 0.79 , saturation: 0.86 and the lightness value of b81dee is 0.52.

The process color (four color CMYK) of #b81dee color hex is 0.23, 0.88, 0.00, 0.07. Web safe color of #b81dee is #cc33ff. Color #b81dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011101 11101110
Octal 270 35 356
Decimal 184 29 238
Hex B8 1D EE

RGB Percentages of Color #b81dee

%40.80
%6.43
%52.77

CMYK Percentages of Color #b81dee

%23
%88
%0
%7

Triadic Colors of #b81dee

#b81dee #eeb81d #1deeb8

Analogous Colors of #b81dee

#b81dee #ee1dbc #4f1dee

Monochromatic Colors of #b81dee

#b81dee

Complementary Color

#b81dee #53ee1d

#b81dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81dee Color CSS Codes

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

#b81dee Text Font Color

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

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


#b81dee Background Color

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

This div background color is #b81dee


#b81dee Border Color

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

This div border color is #b81dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81dee


Comments

No comments written yet.

Please login to write comment.