Color Hex Logo

#bd46dd Color Hex

#BD46DD
(189,70,221)
0 Favorites   0 Comments

Color spaces of #bd46dd

RGB 18970221
HSL0.800.690.57
HSV287°68°87°
CMYK 0.140.680.00   0.13
XYZ36.227620.419670.4386
Yxy20.41960.28510.1607
Hunter Lab45.188164.0257-60.7889
CIE-Lab52.308368.0917-55.2008

#bd46dd color RGB value is (189,70,221).

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

The process color (four color CMYK) of #bd46dd color hex is 0.14, 0.68, 0.00, 0.13. Web safe color of #bd46dd is #cc33cc. Color #bd46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 11011101
Octal 275 106 335
Decimal 189 70 221
Hex BD 46 DD

RGB Percentages of Color #bd46dd

%39.38
%14.58
%46.04

CMYK Percentages of Color #bd46dd

%14
%68
%0
%13

Triadic Colors of #bd46dd

#bd46dd #ddbd46 #46ddbd

Analogous Colors of #bd46dd

#bd46dd #dd46b2 #7246dd

Monochromatic Colors of #bd46dd

#bd46dd

Complementary Color

#bd46dd #66dd46

#bd46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd46dd Color CSS Codes

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

#bd46dd Text Font Color

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

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


#bd46dd Background Color

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

This div background color is #bd46dd


#bd46dd Border Color

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

This div border color is #bd46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd46dd


Comments

No comments written yet.

Please login to write comment.