Color Hex Logo

#b64dda Color Hex

#B64DDA
(182,77,218)
0 Favorites   0 Comments

Color spaces of #b64dda

RGB 18277218
HSL0.790.660.58
HSV285°65°85°
CMYK 0.170.650.00   0.15
XYZ34.600220.314868.4272
Yxy20.31480.28050.1647
Hunter Lab45.071958.1525-58.4624
CIE-Lab52.191363.0846-53.7402

#b64dda color RGB value is (182,77,218).

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

The process color (four color CMYK) of #b64dda color hex is 0.17, 0.65, 0.00, 0.15. Web safe color of #b64dda is #cc66cc. Color #b64dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001101 11011010
Octal 266 115 332
Decimal 182 77 218
Hex B6 4D DA

RGB Percentages of Color #b64dda

%38.16
%16.14
%45.70

CMYK Percentages of Color #b64dda

%17
%65
%0
%15

Triadic Colors of #b64dda

#b64dda #dab64d #4ddab6

Analogous Colors of #b64dda

#b64dda #da4db8 #704dda

Monochromatic Colors of #b64dda

#b64dda

Complementary Color

#b64dda #71da4d

#b64dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64dda Color CSS Codes

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

#b64dda Text Font Color

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

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


#b64dda Background Color

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

This div background color is #b64dda


#b64dda Border Color

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

This div border color is #b64dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64dda


Comments

No comments written yet.

Please login to write comment.