Color Hex Logo

#bd94ec Color Hex

#BD94EC
(189,148,236)
0 Favorites   0 Comments

Color spaces of #bd94ec

RGB 189148236
HSL0.740.700.75
HSV268°37°93°
CMYK 0.200.370.00   0.07
XYZ46.716538.054884.2400
Yxy38.05480.27640.2252
Hunter Lab61.688627.2223-37.7826
CIE-Lab68.061032.2593-38.6715

#bd94ec color RGB value is (189,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 11101100
Octal 275 224 354
Decimal 189 148 236
Hex BD 94 EC

RGB Percentages of Color #bd94ec

%32.98
%25.83
%41.19

CMYK Percentages of Color #bd94ec

%20
%37
%0
%7

Triadic Colors of #bd94ec

#bd94ec #ecbd94 #94ecbd

Analogous Colors of #bd94ec

#bd94ec #e994ec #9497ec

Monochromatic Colors of #bd94ec

#bd94ec

Complementary Color

#bd94ec #c3ec94

#bd94ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94ec Color CSS Codes

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

#bd94ec Text Font Color

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

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


#bd94ec Background Color

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

This div background color is #bd94ec


#bd94ec Border Color

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

This div border color is #bd94ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94ec


Comments

No comments written yet.

Please login to write comment.