Color Hex Logo

#b61ceb Color Hex

#B61CEB
(182,28,235)
0 Favorites   0 Comments

Color spaces of #b61ceb

RGB 18228235
HSL0.790.840.52
HSV285°88°92°
CMYK 0.230.880.00   0.08
XYZ34.702116.773780.0059
Yxy16.77370.26390.1276
Hunter Lab40.955779.5720-87.1525
CIE-Lab47.973681.6142-70.1758

#b61ceb color RGB value is (182,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011100 11101011
Octal 266 34 353
Decimal 182 28 235
Hex B6 1C EB

RGB Percentages of Color #b61ceb

%40.90
%6.29
%52.81

CMYK Percentages of Color #b61ceb

%23
%88
%0
%8

Triadic Colors of #b61ceb

#b61ceb #ebb61c #1cebb6

Analogous Colors of #b61ceb

#b61ceb #eb1cb9 #4e1ceb

Monochromatic Colors of #b61ceb

#b61ceb

Complementary Color

#b61ceb #51eb1c

#b61ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61ceb Color CSS Codes

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

#b61ceb Text Font Color

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

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


#b61ceb Background Color

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

This div background color is #b61ceb


#b61ceb Border Color

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

This div border color is #b61ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61ceb


Comments

No comments written yet.

Please login to write comment.