Color Hex Logo

#b65cbe Color Hex

#B65CBE
(182,92,190)
0 Favorites   0 Comments

Color spaces of #b65cbe

RGB 18292190
HSL0.820.430.55
HSV295°52°75°
CMYK 0.040.520.00   0.25
XYZ32.412821.317151.1215
Yxy21.31710.30910.2033
Hunter Lab46.170444.5132-33.3286
CIE-Lab53.294850.6403-35.9716

#b65cbe color RGB value is (182,92,190).

#b65cbe hex color red value is 182, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b65cbe hue: 0.82 , saturation: 0.43 and the lightness value of b65cbe is 0.55.

The process color (four color CMYK) of #b65cbe color hex is 0.04, 0.52, 0.00, 0.25. Web safe color of #b65cbe is #cc66cc. Color #b65cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011100 10111110
Octal 266 134 276
Decimal 182 92 190
Hex B6 5C BE

RGB Percentages of Color #b65cbe

%39.22
%19.83
%40.95

CMYK Percentages of Color #b65cbe

%4
%52
%0
%25

Triadic Colors of #b65cbe

#b65cbe #beb65c #5cbeb6

Analogous Colors of #b65cbe

#b65cbe #be5c95 #855cbe

Monochromatic Colors of #b65cbe

#b65cbe

Complementary Color

#b65cbe #64be5c

#b65cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65cbe Color CSS Codes

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

#b65cbe Text Font Color

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

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


#b65cbe Background Color

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

This div background color is #b65cbe


#b65cbe Border Color

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

This div border color is #b65cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65cbe


Comments

No comments written yet.

Please login to write comment.