Color Hex Logo

#b40ce9 Color Hex

#B40CE9
(180,12,233)
0 Favorites   0 Comments

Color spaces of #b40ce9

RGB 18012233
HSL0.790.900.48
HSV286°95°91°
CMYK 0.230.950.00   0.09
XYZ33.661815.849478.3759
Yxy15.84940.26320.1239
Hunter Lab39.811381.2580-88.8554
CIE-Lab46.776383.1679-71.0061

#b40ce9 color RGB value is (180,12,233).

#b40ce9 hex color red value is 180, green value is 12 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #b40ce9 hue: 0.79 , saturation: 0.90 and the lightness value of b40ce9 is 0.48.

The process color (four color CMYK) of #b40ce9 color hex is 0.23, 0.95, 0.00, 0.09. Web safe color of #b40ce9 is #cc00ff. Color #b40ce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001100 11101001
Octal 264 14 351
Decimal 180 12 233
Hex B4 C E9

RGB Percentages of Color #b40ce9

%42.35
%2.82
%54.82

CMYK Percentages of Color #b40ce9

%23
%95
%0
%9

Triadic Colors of #b40ce9

#b40ce9 #e9b40c #0ce9b4

Analogous Colors of #b40ce9

#b40ce9 #e90cb0 #460ce9

Monochromatic Colors of #b40ce9

#b40ce9

Complementary Color

#b40ce9 #41e90c

#b40ce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ce9 Color CSS Codes

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

#b40ce9 Text Font Color

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

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


#b40ce9 Background Color

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

This div background color is #b40ce9


#b40ce9 Border Color

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

This div border color is #b40ce9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,12,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b40ce9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b40ce9;
  -webkit-box-shadow: 1px 1px 3px 2px #b40ce9;
  box-shadow:         1px 1px 3px 2px #b40ce9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,12,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ce9


Comments

No comments written yet.

Please login to write comment.