Color Hex Logo

#b65dda Color Hex

#B65DDA
(182,93,218)
0 Favorites   0 Comments

Color spaces of #b65dda

RGB 18293218
HSL0.790.630.61
HSV283°57°85°
CMYK 0.170.570.00   0.15
XYZ35.860622.835768.8473
Yxy22.83570.28120.1790
Hunter Lab47.786750.3251-51.9696
CIE-Lab54.902755.6808-49.4152

#b65dda color RGB value is (182,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 11011010
Octal 266 135 332
Decimal 182 93 218
Hex B6 5D DA

RGB Percentages of Color #b65dda

%36.92
%18.86
%44.22

CMYK Percentages of Color #b65dda

%17
%57
%0
%15

Triadic Colors of #b65dda

#b65dda #dab65d #5ddab6

Analogous Colors of #b65dda

#b65dda #da5dc0 #785dda

Monochromatic Colors of #b65dda

#b65dda

Complementary Color

#b65dda #81da5d

#b65dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65dda Color CSS Codes

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

#b65dda Text Font Color

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

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


#b65dda Background Color

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

This div background color is #b65dda


#b65dda Border Color

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

This div border color is #b65dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65dda


Comments

No comments written yet.

Please login to write comment.