Color Hex Logo

#b74edb Color Hex

#B74EDB
(183,78,219)
0 Favorites   0 Comments

Color spaces of #b74edb

RGB 18378219
HSL0.790.660.58
HSV285°64°86°
CMYK 0.160.640.00   0.14
XYZ35.039020.630569.1532
Yxy20.63050.28070.1653
Hunter Lab45.420858.2139-58.4745
CIE-Lab52.542763.0727-53.7380

#b74edb color RGB value is (183,78,219).

#b74edb hex color red value is 183, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b74edb hue: 0.79 , saturation: 0.66 and the lightness value of b74edb is 0.58.

The process color (four color CMYK) of #b74edb color hex is 0.16, 0.64, 0.00, 0.14. Web safe color of #b74edb is #cc66cc. Color #b74edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001110 11011011
Octal 267 116 333
Decimal 183 78 219
Hex B7 4E DB

RGB Percentages of Color #b74edb

%38.13
%16.25
%45.63

CMYK Percentages of Color #b74edb

%16
%64
%0
%14

Triadic Colors of #b74edb

#b74edb #dbb74e #4edbb7

Analogous Colors of #b74edb

#b74edb #db4eb9 #714edb

Monochromatic Colors of #b74edb

#b74edb

Complementary Color

#b74edb #72db4e

#b74edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74edb Color CSS Codes

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

#b74edb Text Font Color

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

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


#b74edb Background Color

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

This div background color is #b74edb


#b74edb Border Color

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

This div border color is #b74edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74edb


Comments

No comments written yet.

Please login to write comment.