Color Hex Logo

#b65cca Color Hex

#B65CCA
(182,92,202)
0 Favorites   0 Comments

Color spaces of #b65cca

RGB 18292202
HSL0.800.510.58
HSV289°54°79°
CMYK 0.100.540.00   0.21
XYZ33.779221.863658.3169
Yxy21.86360.29640.1919
Hunter Lab46.758547.1242-41.2151
CIE-Lab53.882052.9507-41.9345

#b65cca color RGB value is (182,92,202).

#b65cca hex color red value is 182, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b65cca hue: 0.80 , saturation: 0.51 and the lightness value of b65cca is 0.58.

The process color (four color CMYK) of #b65cca color hex is 0.10, 0.54, 0.00, 0.21. Web safe color of #b65cca is #cc66cc. Color #b65cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011100 11001010
Octal 266 134 312
Decimal 182 92 202
Hex B6 5C CA

RGB Percentages of Color #b65cca

%38.24
%19.33
%42.44

CMYK Percentages of Color #b65cca

%10
%54
%0
%21

Triadic Colors of #b65cca

#b65cca #cab65c #5ccab6

Analogous Colors of #b65cca

#b65cca #ca5ca7 #7f5cca

Monochromatic Colors of #b65cca

#b65cca

Complementary Color

#b65cca #70ca5c

#b65cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65cca Color CSS Codes

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

#b65cca Text Font Color

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

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


#b65cca Background Color

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

This div background color is #b65cca


#b65cca Border Color

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

This div border color is #b65cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65cca


Comments

No comments written yet.

Please login to write comment.