Color Hex Logo

#b74dfa Color Hex

#B74DFA
(183,77,250)
0 Favorites   0 Comments

Color spaces of #b74dfa

RGB 18377250
HSL0.770.950.64
HSV277°69°98°
CMYK 0.270.690.00   0.02
XYZ39.437622.277292.6638
Yxy22.27720.25550.1443
Hunter Lab47.198766.5506-83.3631
CIE-Lab54.319969.8271-68.2897

#b74dfa color RGB value is (183,77,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 11111010
Octal 267 115 372
Decimal 183 77 250
Hex B7 4D FA

RGB Percentages of Color #b74dfa

%35.88
%15.10
%49.02

CMYK Percentages of Color #b74dfa

%27
%69
%0
%2

Triadic Colors of #b74dfa

#b74dfa #fab74d #4dfab7

Analogous Colors of #b74dfa

#b74dfa #fa4de7 #604dfa

Monochromatic Colors of #b74dfa

#b74dfa

Complementary Color

#b74dfa #90fa4d

#b74dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74dfa Color CSS Codes

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

#b74dfa Text Font Color

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

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


#b74dfa Background Color

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

This div background color is #b74dfa


#b74dfa Border Color

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

This div border color is #b74dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74dfa


Comments

No comments written yet.

Please login to write comment.