Color Hex Logo

#b65ecf Color Hex

#B65ECF
(182,94,207)
0 Favorites   0 Comments

Color spaces of #b65ecf

RGB 18294207
HSL0.800.540.59
HSV287°55°81°
CMYK 0.120.550.00   0.19
XYZ34.556622.455561.5445
Yxy22.45550.29150.1894
Hunter Lab47.387247.2414-43.8322
CIE-Lab54.507052.9530-43.7997

#b65ecf color RGB value is (182,94,207).

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

The process color (four color CMYK) of #b65ecf color hex is 0.12, 0.55, 0.00, 0.19. Web safe color of #b65ecf is #cc66cc. Color #b65ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011110 11001111
Octal 266 136 317
Decimal 182 94 207
Hex B6 5E CF

RGB Percentages of Color #b65ecf

%37.68
%19.46
%42.86

CMYK Percentages of Color #b65ecf

%12
%55
%0
%19

Triadic Colors of #b65ecf

#b65ecf #cfb65e #5ecfb6

Analogous Colors of #b65ecf

#b65ecf #cf5eb0 #7e5ecf

Monochromatic Colors of #b65ecf

#b65ecf

Complementary Color

#b65ecf #77cf5e

#b65ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65ecf Color CSS Codes

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

#b65ecf Text Font Color

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

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


#b65ecf Background Color

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

This div background color is #b65ecf


#b65ecf Border Color

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

This div border color is #b65ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65ecf


Comments

No comments written yet.

Please login to write comment.