Color Hex Logo

#b340ee Color Hex

#B340EE
(179,64,238)
0 Favorites   0 Comments

Color spaces of #b340ee

RGB 17964238
HSL0.780.840.59
HSV280°73°93°
CMYK 0.250.730.00   0.07
XYZ35.856419.423582.7482
Yxy19.42350.25980.1407
Hunter Lab44.072168.0987-80.4703
CIE-Lab51.179071.7170-66.6881

#b340ee color RGB value is (179,64,238).

#b340ee hex color red value is 179, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b340ee hue: 0.78 , saturation: 0.84 and the lightness value of b340ee is 0.59.

The process color (four color CMYK) of #b340ee color hex is 0.25, 0.73, 0.00, 0.07. Web safe color of #b340ee is #cc33ff. Color #b340ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000000 11101110
Octal 263 100 356
Decimal 179 64 238
Hex B3 40 EE

RGB Percentages of Color #b340ee

%37.21
%13.31
%49.48

CMYK Percentages of Color #b340ee

%25
%73
%0
%7

Triadic Colors of #b340ee

#b340ee #eeb340 #40eeb3

Analogous Colors of #b340ee

#b340ee #ee40d2 #5c40ee

Monochromatic Colors of #b340ee

#b340ee

Complementary Color

#b340ee #7bee40

#b340ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b340ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b340ee Color CSS Codes

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

#b340ee Text Font Color

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

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


#b340ee Background Color

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

This div background color is #b340ee


#b340ee Border Color

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

This div border color is #b340ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,64,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b340ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b340ee;
  -webkit-box-shadow: 1px 1px 3px 2px #b340ee;
  box-shadow:         1px 1px 3px 2px #b340ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,64,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b340ee


Comments

No comments written yet.

Please login to write comment.