Color Hex Logo

#b918ea Color Hex

#B918EA
(185,24,234)
0 Favorites   0 Comments

Color spaces of #b918ea

RGB 18524234
HSL0.790.830.51
HSV286°90°92°
CMYK 0.210.900.00   0.08
XYZ35.185516.908179.2510
Yxy16.90810.26790.1287
Hunter Lab41.119580.7816-85.4881
CIE-Lab48.144082.5314-69.3125

#b918ea color RGB value is (185,24,234).

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

The process color (four color CMYK) of #b918ea color hex is 0.21, 0.90, 0.00, 0.08. Web safe color of #b918ea is #cc00ff. Color #b918ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011000 11101010
Octal 271 30 352
Decimal 185 24 234
Hex B9 18 EA

RGB Percentages of Color #b918ea

%41.76
%5.42
%52.82

CMYK Percentages of Color #b918ea

%21
%90
%0
%8

Triadic Colors of #b918ea

#b918ea #eab918 #18eab9

Analogous Colors of #b918ea

#b918ea #ea18b2 #5018ea

Monochromatic Colors of #b918ea

#b918ea

Complementary Color

#b918ea #49ea18

#b918ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b918ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b918ea Color CSS Codes

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

#b918ea Text Font Color

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

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


#b918ea Background Color

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

This div background color is #b918ea


#b918ea Border Color

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

This div border color is #b918ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b918ea


Comments

No comments written yet.

Please login to write comment.