Color Hex Logo

#b298dc Color Hex

#B298DC
(178,152,220)
1 Favorites   0 Comments

Color spaces of #b298dc

RGB 178152220
HSL0.730.490.73
HSV263°31°86°
CMYK 0.190.310.00   0.14
XYZ42.506637.088872.6287
Yxy37.08880.27920.2436
Hunter Lab60.900618.0111-28.0776
CIE-Lab67.343623.1235-31.0523

#b298dc color RGB value is (178,152,220).

#b298dc hex color red value is 178, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b298dc hue: 0.73 , saturation: 0.49 and the lightness value of b298dc is 0.73.

The process color (four color CMYK) of #b298dc color hex is 0.19, 0.31, 0.00, 0.14. Web safe color of #b298dc is #9999cc. Color #b298dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 11011100
Octal 262 230 334
Decimal 178 152 220
Hex B2 98 DC

RGB Percentages of Color #b298dc

%32.36
%27.64
%40.00

CMYK Percentages of Color #b298dc

%19
%31
%0
%14

Triadic Colors of #b298dc

#b298dc #dcb298 #98dcb2

Analogous Colors of #b298dc

#b298dc #d498dc #98a0dc

Monochromatic Colors of #b298dc

#b298dc

Complementary Color

#b298dc #c2dc98

#b298dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b298dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b298dc Color CSS Codes

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

#b298dc Text Font Color

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

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


#b298dc Background Color

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

This div background color is #b298dc


#b298dc Border Color

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

This div border color is #b298dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b298dc


Comments

No comments written yet.

Please login to write comment.