Color Hex Logo

#b698da Color Hex

#B698DA
(182,152,218)
0 Favorites   0 Comments

Color spaces of #b698da

RGB 182152218
HSL0.740.470.73
HSV267°30°85°
CMYK 0.170.300.00   0.15
XYZ43.174537.463571.2853
Yxy37.46350.28420.2466
Hunter Lab61.207418.7973-26.2070
CIE-Lab67.623323.9100-29.4859

#b698da color RGB value is (182,152,218).

#b698da hex color red value is 182, green value is 152 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b698da hue: 0.74 , saturation: 0.47 and the lightness value of b698da is 0.73.

The process color (four color CMYK) of #b698da color hex is 0.17, 0.30, 0.00, 0.15. Web safe color of #b698da is #cc99cc. Color #b698da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 11011010
Octal 266 230 332
Decimal 182 152 218
Hex B6 98 DA

RGB Percentages of Color #b698da

%32.97
%27.54
%39.49

CMYK Percentages of Color #b698da

%17
%30
%0
%15

Triadic Colors of #b698da

#b698da #dab698 #98dab6

Analogous Colors of #b698da

#b698da #d798da #989bda

Monochromatic Colors of #b698da

#b698da

Complementary Color

#b698da #bcda98

#b698da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b698da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b698da Color CSS Codes

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

#b698da Text Font Color

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

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


#b698da Background Color

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

This div background color is #b698da


#b698da Border Color

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

This div border color is #b698da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b698da


Comments

No comments written yet.

Please login to write comment.