Color Hex Logo

#b240ef Color Hex

#B240EF
(178,64,239)
0 Favorites   0 Comments

Color spaces of #b240ef

RGB 17864239
HSL0.780.850.59
HSV279°73°94°
CMYK 0.260.730.00   0.06
XYZ35.773519.363883.5135
Yxy19.36380.25800.1397
Hunter Lab44.004368.1048-81.7204
CIE-Lab51.110171.7353-67.3678

#b240ef color RGB value is (178,64,239).

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

The process color (four color CMYK) of #b240ef color hex is 0.26, 0.73, 0.00, 0.06. Web safe color of #b240ef is #9933ff. Color #b240ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 11101111
Octal 262 100 357
Decimal 178 64 239
Hex B2 40 EF

RGB Percentages of Color #b240ef

%37.01
%13.31
%49.69

CMYK Percentages of Color #b240ef

%26
%73
%0
%6

Triadic Colors of #b240ef

#b240ef #efb240 #40efb2

Analogous Colors of #b240ef

#b240ef #ef40d5 #5b40ef

Monochromatic Colors of #b240ef

#b240ef

Complementary Color

#b240ef #7def40

#b240ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b240ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b240ef Color CSS Codes

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

#b240ef Text Font Color

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

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


#b240ef Background Color

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

This div background color is #b240ef


#b240ef Border Color

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

This div border color is #b240ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b240ef


Comments

No comments written yet.

Please login to write comment.