Color Hex Logo

#b750ea Color Hex

#B750EA
(183,80,234)
0 Favorites   0 Comments

Color spaces of #b750ea

RGB 18380234
HSL0.780.790.62
HSV280°66°92°
CMYK 0.220.660.00   0.08
XYZ37.248421.745180.0759
Yxy21.74510.26780.1564
Hunter Lab46.631660.9768-69.1707
CIE-Lab53.755565.2275-60.2596

#b750ea color RGB value is (183,80,234).

#b750ea hex color red value is 183, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b750ea hue: 0.78 , saturation: 0.79 and the lightness value of b750ea is 0.62.

The process color (four color CMYK) of #b750ea color hex is 0.22, 0.66, 0.00, 0.08. Web safe color of #b750ea is #cc66ff. Color #b750ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 11101010
Octal 267 120 352
Decimal 183 80 234
Hex B7 50 EA

RGB Percentages of Color #b750ea

%36.82
%16.10
%47.08

CMYK Percentages of Color #b750ea

%22
%66
%0
%8

Triadic Colors of #b750ea

#b750ea #eab750 #50eab7

Analogous Colors of #b750ea

#b750ea #ea50d0 #6a50ea

Monochromatic Colors of #b750ea

#b750ea

Complementary Color

#b750ea #83ea50

#b750ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750ea Color CSS Codes

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

#b750ea Text Font Color

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

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


#b750ea Background Color

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

This div background color is #b750ea


#b750ea Border Color

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

This div border color is #b750ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750ea


Comments

No comments written yet.

Please login to write comment.