Color Hex Logo

#bd3ebc Color Hex

#BD3EBC
(189,62,188)
0 Favorites   0 Comments

Color spaces of #bd3ebc

RGB 18962188
HSL0.830.510.49
HSV300°67°74°
CMYK 0.000.670.01   0.26
XYZ31.786017.894949.3557
Yxy17.89490.32100.1807
Hunter Lab42.302460.0958-39.5641
CIE-Lab49.368465.2981-40.9305

#bd3ebc color RGB value is (189,62,188).

#bd3ebc hex color red value is 189, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd3ebc hue: 0.83 , saturation: 0.51 and the lightness value of bd3ebc is 0.49.

The process color (four color CMYK) of #bd3ebc color hex is 0.00, 0.67, 0.01, 0.26. Web safe color of #bd3ebc is #cc33cc. Color #bd3ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111110 10111100
Octal 275 76 274
Decimal 189 62 188
Hex BD 3E BC

RGB Percentages of Color #bd3ebc

%43.05
%14.12
%42.82

CMYK Percentages of Color #bd3ebc

%0
%67
%1
%26

Triadic Colors of #bd3ebc

#bd3ebc #bcbd3e #3ebcbd

Analogous Colors of #bd3ebc

#bd3ebc #bd3e7d #7f3ebd

Monochromatic Colors of #bd3ebc

#bd3ebc

Complementary Color

#bd3ebc #3ebd3f

#bd3ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3ebc Color CSS Codes

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

#bd3ebc Text Font Color

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

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


#bd3ebc Background Color

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

This div background color is #bd3ebc


#bd3ebc Border Color

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

This div border color is #bd3ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3ebc


Comments

No comments written yet.

Please login to write comment.