color codes Logo

#b64dfa color codes

#B64DFA
(182,77,250)
0 Favorites   0 Comments

Color spaces of #b64dfa

RGB 18277250
HSL0.770.950.64
HSV276°69°98°
CMYK 0.270.690.00   0.02
XYZ39.200622.155092.6527
Yxy22.15500.25450.1439
Hunter Lab47.069166.2894-83.7604
CIE-Lab54.191169.6337-68.5042

#b64dfa color RGB value is (182,77,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001101 11111010
Octal 266 115 372
Decimal 182 77 250
Hex B6 4D FA

RGB Percentages of Color #b64dfa

%35.76
%15.13
%49.12

CMYK Percentages of Color #b64dfa

%27
%69
%0
%2

Triadic Colors of #b64dfa

#b64dfa #fab64d #4dfab6

Analogous Colors of #b64dfa

#b64dfa #fa4de8 #604dfa

Monochromatic Colors of #b64dfa

#b64dfa

Complementary Color

#b64dfa #91fa4d

#b64dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64dfa Color CSS Codes

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

#b64dfa Text Font Color

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

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


#b64dfa Background Color

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

This div background color is #b64dfa


#b64dfa Border Color

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

This div border color is #b64dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64dfa


Comments

No comments written yet.

Please login to write comment.