Color Hex Logo

#b265da Color Hex

#B265DA
(178,101,218)
0 Favorites   0 Comments

Color spaces of #b265da

RGB 178101218
HSL0.780.610.63
HSV279°54°85°
CMYK 0.180.540.00   0.15
XYZ35.668723.834369.0502
Yxy23.83430.27750.1854
Hunter Lab48.820444.9784-49.6839
CIE-Lab55.921550.6438-47.8271

#b265da color RGB value is (178,101,218).

#b265da hex color red value is 178, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b265da hue: 0.78 , saturation: 0.61 and the lightness value of b265da is 0.63.

The process color (four color CMYK) of #b265da color hex is 0.18, 0.54, 0.00, 0.15. Web safe color of #b265da is #9966cc. Color #b265da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 11011010
Octal 262 145 332
Decimal 178 101 218
Hex B2 65 DA

RGB Percentages of Color #b265da

%35.81
%20.32
%43.86

CMYK Percentages of Color #b265da

%18
%54
%0
%15

Triadic Colors of #b265da

#b265da #dab265 #65dab2

Analogous Colors of #b265da

#b265da #da65c8 #7865da

Monochromatic Colors of #b265da

#b265da

Complementary Color

#b265da #8dda65

#b265da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b265da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b265da Color CSS Codes

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

#b265da Text Font Color

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

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


#b265da Background Color

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

This div background color is #b265da


#b265da Border Color

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

This div border color is #b265da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b265da


Comments

No comments written yet.

Please login to write comment.