Color Hex Logo

#bd3ecf Color Hex

#BD3ECF
(189,62,207)
0 Favorites   0 Comments

Color spaces of #bd3ecf

RGB 18962207
HSL0.810.600.53
HSV293°70°81°
CMYK 0.090.700.00   0.19
XYZ33.971418.769160.8638
Yxy18.76910.29900.1652
Hunter Lab43.323364.1526-52.9686
CIE-Lab50.416068.5608-50.2413

#bd3ecf color RGB value is (189,62,207).

#bd3ecf hex color red value is 189, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd3ecf hue: 0.81 , saturation: 0.60 and the lightness value of bd3ecf is 0.53.

The process color (four color CMYK) of #bd3ecf color hex is 0.09, 0.70, 0.00, 0.19. Web safe color of #bd3ecf is #cc33cc. Color #bd3ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111110 11001111
Octal 275 76 317
Decimal 189 62 207
Hex BD 3E CF

RGB Percentages of Color #bd3ecf

%41.27
%13.54
%45.20

CMYK Percentages of Color #bd3ecf

%9
%70
%0
%19

Triadic Colors of #bd3ecf

#bd3ecf #cfbd3e #3ecfbd

Analogous Colors of #bd3ecf

#bd3ecf #cf3e99 #753ecf

Monochromatic Colors of #bd3ecf

#bd3ecf

Complementary Color

#bd3ecf #50cf3e

#bd3ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3ecf Color CSS Codes

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

#bd3ecf Text Font Color

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

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


#bd3ecf Background Color

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

This div background color is #bd3ecf


#bd3ecf Border Color

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

This div border color is #bd3ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3ecf


Comments

No comments written yet.

Please login to write comment.