Color Hex Logo

#b943ef Color Hex

#B943EF
(185,67,239)
0 Favorites   0 Comments

Color spaces of #b943ef

RGB 18567239
HSL0.780.840.60
HSV281°72°94°
CMYK 0.230.720.00   0.06
XYZ37.594720.560683.6485
Yxy20.56060.26510.1450
Hunter Lab45.343868.6433-77.6353
CIE-Lab52.465271.9195-65.1301

#b943ef color RGB value is (185,67,239).

#b943ef hex color red value is 185, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b943ef hue: 0.78 , saturation: 0.84 and the lightness value of b943ef is 0.60.

The process color (four color CMYK) of #b943ef color hex is 0.23, 0.72, 0.00, 0.06. Web safe color of #b943ef is #cc33ff. Color #b943ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000011 11101111
Octal 271 103 357
Decimal 185 67 239
Hex B9 43 EF

RGB Percentages of Color #b943ef

%37.68
%13.65
%48.68

CMYK Percentages of Color #b943ef

%23
%72
%0
%6

Triadic Colors of #b943ef

#b943ef #efb943 #43efb9

Analogous Colors of #b943ef

#b943ef #ef43cf #6343ef

Monochromatic Colors of #b943ef

#b943ef

Complementary Color

#b943ef #79ef43

#b943ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b943ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b943ef Color CSS Codes

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

#b943ef Text Font Color

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

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


#b943ef Background Color

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

This div background color is #b943ef


#b943ef Border Color

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

This div border color is #b943ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,67,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b943ef


Comments

No comments written yet.

Please login to write comment.