Color Hex Logo

#bd42de Color Hex

#BD42DE
(189,66,222)
0 Favorites   0 Comments

Color spaces of #bd42de

RGB 18966222
HSL0.800.700.56
HSV287°70°87°
CMYK 0.150.700.00   0.13
XYZ36.119319.989271.0618
Yxy19.98920.28400.1572
Hunter Lab44.709365.9636-62.9402
CIE-Lab51.825069.8135-56.5427

#bd42de color RGB value is (189,66,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 11011110
Octal 275 102 336
Decimal 189 66 222
Hex BD 42 DE

RGB Percentages of Color #bd42de

%39.62
%13.84
%46.54

CMYK Percentages of Color #bd42de

%15
%70
%0
%13

Triadic Colors of #bd42de

#bd42de #debd42 #42debd

Analogous Colors of #bd42de

#bd42de #de42b1 #6f42de

Monochromatic Colors of #bd42de

#bd42de

Complementary Color

#bd42de #63de42

#bd42de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd42de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd42de Color CSS Codes

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

#bd42de Text Font Color

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

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


#bd42de Background Color

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

This div background color is #bd42de


#bd42de Border Color

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

This div border color is #bd42de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd42de


Comments

No comments written yet.

Please login to write comment.