Color Hex Logo

#bd43cf Color Hex

#BD43CF
(189,67,207)
0 Favorites   0 Comments

Color spaces of #bd43cf

RGB 18967207
HSL0.810.590.54
HSV292°68°81°
CMYK 0.090.680.00   0.19
XYZ34.255919.338160.9586
Yxy19.33810.29900.1688
Hunter Lab43.975162.0922-51.4056
CIE-Lab51.080466.6845-49.1812

#bd43cf color RGB value is (189,67,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 11001111
Octal 275 103 317
Decimal 189 67 207
Hex BD 43 CF

RGB Percentages of Color #bd43cf

%40.82
%14.47
%44.71

CMYK Percentages of Color #bd43cf

%9
%68
%0
%19

Triadic Colors of #bd43cf

#bd43cf #cfbd43 #43cfbd

Analogous Colors of #bd43cf

#bd43cf #cf439b #7743cf

Monochromatic Colors of #bd43cf

#bd43cf

Complementary Color

#bd43cf #55cf43

#bd43cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43cf Color CSS Codes

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

#bd43cf Text Font Color

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

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


#bd43cf Background Color

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

This div background color is #bd43cf


#bd43cf Border Color

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

This div border color is #bd43cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43cf


Comments

No comments written yet.

Please login to write comment.