Color Hex Logo

#b74dfe Color Hex

#B74DFE
(183,77,254)
0 Favorites   0 Comments

Color spaces of #b74dfe

RGB 18377254
HSL0.770.990.65
HSV276°70°100°
CMYK 0.280.700.00   0.00
XYZ40.071722.530896.0028
Yxy22.53080.25270.1421
Hunter Lab47.466667.6245-86.6893
CIE-Lab54.585770.6693-70.0810

#b74dfe color RGB value is (183,77,254).

#b74dfe hex color red value is 183, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b74dfe hue: 0.77 , saturation: 0.99 and the lightness value of b74dfe is 0.65.

The process color (four color CMYK) of #b74dfe color hex is 0.28, 0.70, 0.00, 0.00. Web safe color of #b74dfe is #cc66ff. Color #b74dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 11111110
Octal 267 115 376
Decimal 183 77 254
Hex B7 4D FE

RGB Percentages of Color #b74dfe

%35.60
%14.98
%49.42

CMYK Percentages of Color #b74dfe

%28
%70
%0
%0

Triadic Colors of #b74dfe

#b74dfe #feb74d #4dfeb7

Analogous Colors of #b74dfe

#b74dfe #fe4ded #5e4dfe

Monochromatic Colors of #b74dfe

#b74dfe

Complementary Color

#b74dfe #94fe4d

#b74dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74dfe Color CSS Codes

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

#b74dfe Text Font Color

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

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


#b74dfe Background Color

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

This div background color is #b74dfe


#b74dfe Border Color

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

This div border color is #b74dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74dfe


Comments

No comments written yet.

Please login to write comment.