Color Hex Logo

#bd43de Color Hex

#BD43DE
(189,67,222)
0 Favorites   0 Comments

Color spaces of #bd43de

RGB 18967222
HSL0.800.700.57
HSV287°70°87°
CMYK 0.150.700.00   0.13
XYZ36.178220.107171.0815
Yxy20.10710.28400.1579
Hunter Lab44.840965.5443-62.5974
CIE-Lab51.958169.4366-56.3293

#bd43de color RGB value is (189,67,222).

#bd43de hex color red value is 189, green value is 67 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd43de hue: 0.80 , saturation: 0.70 and the lightness value of bd43de is 0.57.

The process color (four color CMYK) of #bd43de color hex is 0.15, 0.70, 0.00, 0.13. Web safe color of #bd43de is #cc33cc. Color #bd43de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 11011110
Octal 275 103 336
Decimal 189 67 222
Hex BD 43 DE

RGB Percentages of Color #bd43de

%39.54
%14.02
%46.44

CMYK Percentages of Color #bd43de

%15
%70
%0
%13

Triadic Colors of #bd43de

#bd43de #debd43 #43debd

Analogous Colors of #bd43de

#bd43de #de43b2 #7043de

Monochromatic Colors of #bd43de

#bd43de

Complementary Color

#bd43de #64de43

#bd43de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43de Color CSS Codes

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

#bd43de Text Font Color

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

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


#bd43de Background Color

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

This div background color is #bd43de


#bd43de Border Color

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

This div border color is #bd43de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43de


Comments

No comments written yet.

Please login to write comment.