Color Hex Logo

#bd98ec Color Hex

#BD98EC
(189,152,236)
0 Favorites   0 Comments

Color spaces of #bd98ec

RGB 189152236
HSL0.740.690.76
HSV266°36°93°
CMYK 0.200.360.00   0.07
XYZ47.354839.331484.4527
Yxy39.33140.27670.2298
Hunter Lab62.714825.0314-35.9405
CIE-Lab68.990630.0411-37.2231

#bd98ec color RGB value is (189,152,236).

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

The process color (four color CMYK) of #bd98ec color hex is 0.20, 0.36, 0.00, 0.07. Web safe color of #bd98ec is #cc99ff. Color #bd98ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 11101100
Octal 275 230 354
Decimal 189 152 236
Hex BD 98 EC

RGB Percentages of Color #bd98ec

%32.76
%26.34
%40.90

CMYK Percentages of Color #bd98ec

%20
%36
%0
%7

Triadic Colors of #bd98ec

#bd98ec #ecbd98 #98ecbd

Analogous Colors of #bd98ec

#bd98ec #e798ec #989dec

Monochromatic Colors of #bd98ec

#bd98ec

Complementary Color

#bd98ec #c7ec98

#bd98ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd98ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd98ec Color CSS Codes

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

#bd98ec Text Font Color

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

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


#bd98ec Background Color

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

This div background color is #bd98ec


#bd98ec Border Color

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

This div border color is #bd98ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd98ec


Comments

No comments written yet.

Please login to write comment.