Color Hex Logo

#b74efa Color Hex

#B74EFA
(183,78,250)
0 Favorites   0 Comments

Color spaces of #b74efa

RGB 18378250
HSL0.770.950.64
HSV277°69°98°
CMYK 0.270.690.00   0.02
XYZ39.508122.418292.6873
Yxy22.41820.25550.1450
Hunter Lab47.347966.0856-82.9215
CIE-Lab54.467969.4110-68.0505

#b74efa color RGB value is (183,78,250).

#b74efa hex color red value is 183, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b74efa hue: 0.77 , saturation: 0.95 and the lightness value of b74efa is 0.64.

The process color (four color CMYK) of #b74efa color hex is 0.27, 0.69, 0.00, 0.02. Web safe color of #b74efa is #cc66ff. Color #b74efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001110 11111010
Octal 267 116 372
Decimal 183 78 250
Hex B7 4E FA

RGB Percentages of Color #b74efa

%35.81
%15.26
%48.92

CMYK Percentages of Color #b74efa

%27
%69
%0
%2

Triadic Colors of #b74efa

#b74efa #fab74e #4efab7

Analogous Colors of #b74efa

#b74efa #fa4ee7 #614efa

Monochromatic Colors of #b74efa

#b74efa

Complementary Color

#b74efa #91fa4e

#b74efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74efa Color CSS Codes

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

#b74efa Text Font Color

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

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


#b74efa Background Color

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

This div background color is #b74efa


#b74efa Border Color

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

This div border color is #b74efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,78,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74efa


Comments

No comments written yet.

Please login to write comment.