Color Hex Logo

#b61dea Color Hex

#B61DEA
(182,29,234)
0 Favorites   0 Comments

Color spaces of #b61dea

RGB 18229234
HSL0.790.830.52
HSV285°88°92°
CMYK 0.220.880.00   0.08
XYZ34.582116.764379.2551
Yxy16.76430.26480.1284
Hunter Lab40.944279.1113-86.1058
CIE-Lab47.961781.2534-69.6300

#b61dea color RGB value is (182,29,234).

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

The process color (four color CMYK) of #b61dea color hex is 0.22, 0.88, 0.00, 0.08. Web safe color of #b61dea is #cc33ff. Color #b61dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011101 11101010
Octal 266 35 352
Decimal 182 29 234
Hex B6 1D EA

RGB Percentages of Color #b61dea

%40.90
%6.52
%52.58

CMYK Percentages of Color #b61dea

%22
%88
%0
%8

Triadic Colors of #b61dea

#b61dea #eab61d #1deab6

Analogous Colors of #b61dea

#b61dea #ea1db8 #501dea

Monochromatic Colors of #b61dea

#b61dea

Complementary Color

#b61dea #51ea1d

#b61dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61dea Color CSS Codes

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

#b61dea Text Font Color

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

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


#b61dea Background Color

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

This div background color is #b61dea


#b61dea Border Color

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

This div border color is #b61dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,29,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61dea


Comments

No comments written yet.

Please login to write comment.