Color Hex Logo

#b265ea Color Hex

#B265EA
(178,101,234)
0 Favorites   0 Comments

Color spaces of #b265ea

RGB 178101234
HSL0.760.760.66
HSV275°57°92°
CMYK 0.240.570.00   0.08
XYZ37.865124.712980.6163
Yxy24.71290.26440.1726
Hunter Lab49.712148.9652-61.3500
CIE-Lab56.794654.1362-55.4250

#b265ea color RGB value is (178,101,234).

#b265ea hex color red value is 178, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b265ea hue: 0.76 , saturation: 0.76 and the lightness value of b265ea is 0.66.

The process color (four color CMYK) of #b265ea color hex is 0.24, 0.57, 0.00, 0.08. Web safe color of #b265ea is #9966ff. Color #b265ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 11101010
Octal 262 145 352
Decimal 178 101 234
Hex B2 65 EA

RGB Percentages of Color #b265ea

%34.70
%19.69
%45.61

CMYK Percentages of Color #b265ea

%24
%57
%0
%8

Triadic Colors of #b265ea

#b265ea #eab265 #65eab2

Analogous Colors of #b265ea

#b265ea #ea65e0 #7065ea

Monochromatic Colors of #b265ea

#b265ea

Complementary Color

#b265ea #9dea65

#b265ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b265ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b265ea Color CSS Codes

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

#b265ea Text Font Color

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

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


#b265ea Background Color

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

This div background color is #b265ea


#b265ea Border Color

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

This div border color is #b265ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,101,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b265ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b265ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b265ea;
  box-shadow:         1px 1px 3px 2px #b265ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,101,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b265ea


Comments

No comments written yet.

Please login to write comment.