Color Hex Logo

#b64cda Color Hex

#B64CDA
(182,76,218)
0 Favorites   0 Comments

Color spaces of #b64cda

RGB 18276218
HSL0.790.660.58
HSV285°65°85°
CMYK 0.170.650.00   0.15
XYZ34.530720.175968.4040
Yxy20.17590.28050.1639
Hunter Lab44.917658.6173-58.8491
CIE-Lab52.035563.5168-53.9894

#b64cda color RGB value is (182,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001100 11011010
Octal 266 114 332
Decimal 182 76 218
Hex B6 4C DA

RGB Percentages of Color #b64cda

%38.24
%15.97
%45.80

CMYK Percentages of Color #b64cda

%17
%65
%0
%15

Triadic Colors of #b64cda

#b64cda #dab64c #4cdab6

Analogous Colors of #b64cda

#b64cda #da4cb7 #6f4cda

Monochromatic Colors of #b64cda

#b64cda

Complementary Color

#b64cda #70da4c

#b64cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64cda Color CSS Codes

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

#b64cda Text Font Color

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

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


#b64cda Background Color

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

This div background color is #b64cda


#b64cda Border Color

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

This div border color is #b64cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64cda


Comments

No comments written yet.

Please login to write comment.