Color Hex Logo

#bd42cd Color Hex

#BD42CD
(189,66,205)
0 Favorites   0 Comments

Color spaces of #bd42cd

RGB 18966205
HSL0.810.580.53
HSV293°68°80°
CMYK 0.080.680.00   0.20
XYZ33.953919.123059.6591
Yxy19.12300.30120.1696
Hunter Lab43.729962.0685-50.2764
CIE-Lab50.830866.7118-48.4318

#bd42cd color RGB value is (189,66,205).

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

The process color (four color CMYK) of #bd42cd color hex is 0.08, 0.68, 0.00, 0.20. Web safe color of #bd42cd is #cc33cc. Color #bd42cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 11001101
Octal 275 102 315
Decimal 189 66 205
Hex BD 42 CD

RGB Percentages of Color #bd42cd

%41.09
%14.35
%44.57

CMYK Percentages of Color #bd42cd

%8
%68
%0
%20

Triadic Colors of #bd42cd

#bd42cd #cdbd42 #42cdbd

Analogous Colors of #bd42cd

#bd42cd #cd4298 #7842cd

Monochromatic Colors of #bd42cd

#bd42cd

Complementary Color

#bd42cd #52cd42

#bd42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd42cd Color CSS Codes

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

#bd42cd Text Font Color

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

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


#bd42cd Background Color

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

This div background color is #bd42cd


#bd42cd Border Color

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

This div border color is #bd42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd42cd


Comments

No comments written yet.

Please login to write comment.