Color Hex Logo

#b297da Color Hex

#B297DA
(178,151,218)
0 Favorites   0 Comments

Color spaces of #b297da

RGB 178151218
HSL0.730.480.72
HSV264°31°85°
CMYK 0.180.310.00   0.15
XYZ42.081636.660271.1878
Yxy36.66020.28070.2445
Hunter Lab60.547718.1019-27.3258
CIE-Lab67.021323.2340-30.4447

#b297da color RGB value is (178,151,218).

#b297da hex color red value is 178, green value is 151 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b297da hue: 0.73 , saturation: 0.48 and the lightness value of b297da is 0.72.

The process color (four color CMYK) of #b297da color hex is 0.18, 0.31, 0.00, 0.15. Web safe color of #b297da is #9999cc. Color #b297da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 11011010
Octal 262 227 332
Decimal 178 151 218
Hex B2 97 DA

RGB Percentages of Color #b297da

%32.54
%27.61
%39.85

CMYK Percentages of Color #b297da

%18
%31
%0
%15

Triadic Colors of #b297da

#b297da #dab297 #97dab2

Analogous Colors of #b297da

#b297da #d497da #979eda

Monochromatic Colors of #b297da

#b297da

Complementary Color

#b297da #bfda97

#b297da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b297da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b297da Color CSS Codes

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

#b297da Text Font Color

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

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


#b297da Background Color

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

This div background color is #b297da


#b297da Border Color

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

This div border color is #b297da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,151,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 #b297da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b297da


Comments

No comments written yet.

Please login to write comment.