Color Hex Logo

#b65ecd Color Hex

#B65ECD
(182,94,205)
0 Favorites   0 Comments

Color spaces of #b65ecd

RGB 18294205
HSL0.800.530.59
HSV288°54°80°
CMYK 0.110.540.00   0.20
XYZ34.313622.358360.2647
Yxy22.35830.29340.1912
Hunter Lab47.284646.7864-42.4666
CIE-Lab54.405152.5537-42.8211

#b65ecd color RGB value is (182,94,205).

#b65ecd hex color red value is 182, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b65ecd hue: 0.80 , saturation: 0.53 and the lightness value of b65ecd is 0.59.

The process color (four color CMYK) of #b65ecd color hex is 0.11, 0.54, 0.00, 0.20. Web safe color of #b65ecd is #cc66cc. Color #b65ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011110 11001101
Octal 266 136 315
Decimal 182 94 205
Hex B6 5E CD

RGB Percentages of Color #b65ecd

%37.84
%19.54
%42.62

CMYK Percentages of Color #b65ecd

%11
%54
%0
%20

Triadic Colors of #b65ecd

#b65ecd #cdb65e #5ecdb6

Analogous Colors of #b65ecd

#b65ecd #cd5ead #7f5ecd

Monochromatic Colors of #b65ecd

#b65ecd

Complementary Color

#b65ecd #75cd5e

#b65ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65ecd Color CSS Codes

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

#b65ecd Text Font Color

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

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


#b65ecd Background Color

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

This div background color is #b65ecd


#b65ecd Border Color

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

This div border color is #b65ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65ecd


Comments

No comments written yet.

Please login to write comment.