Color Hex Logo

#bd98ea Color Hex

#BD98EA
(189,152,234)
0 Favorites   0 Comments

Color spaces of #bd98ea

RGB 189152234
HSL0.740.660.76
HSV267°35°92°
CMYK 0.190.350.00   0.08
XYZ47.065839.215882.9307
Yxy39.21580.27810.2318
Hunter Lab62.622524.5675-34.6817
CIE-Lab68.907329.5924-36.2562

#bd98ea color RGB value is (189,152,234).

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

The process color (four color CMYK) of #bd98ea color hex is 0.19, 0.35, 0.00, 0.08. Web safe color of #bd98ea is #cc99ff. Color #bd98ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 11101010
Octal 275 230 352
Decimal 189 152 234
Hex BD 98 EA

RGB Percentages of Color #bd98ea

%32.87
%26.43
%40.70

CMYK Percentages of Color #bd98ea

%19
%35
%0
%8

Triadic Colors of #bd98ea

#bd98ea #eabd98 #98eabd

Analogous Colors of #bd98ea

#bd98ea #e698ea #989cea

Monochromatic Colors of #bd98ea

#bd98ea

Complementary Color

#bd98ea #c5ea98

#bd98ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd98ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd98ea Color CSS Codes

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

#bd98ea Text Font Color

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

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


#bd98ea Background Color

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

This div background color is #bd98ea


#bd98ea Border Color

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

This div border color is #bd98ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd98ea


Comments

No comments written yet.

Please login to write comment.