Color Hex Logo

#bd43ef Color Hex

#BD43EF
(189,67,239)
0 Favorites   0 Comments

Color spaces of #bd43ef

RGB 18967239
HSL0.780.840.60
HSV283°72°94°
CMYK 0.210.720.00   0.06
XYZ38.573421.065183.6943
Yxy21.06510.26910.1470
Hunter Lab45.896769.6991-75.9897
CIE-Lab53.020772.6830-64.2058

#bd43ef color RGB value is (189,67,239).

#bd43ef hex color red value is 189, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bd43ef hue: 0.78 , saturation: 0.84 and the lightness value of bd43ef is 0.60.

The process color (four color CMYK) of #bd43ef color hex is 0.21, 0.72, 0.00, 0.06. Web safe color of #bd43ef is #cc33ff. Color #bd43ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 11101111
Octal 275 103 357
Decimal 189 67 239
Hex BD 43 EF

RGB Percentages of Color #bd43ef

%38.18
%13.54
%48.28

CMYK Percentages of Color #bd43ef

%21
%72
%0
%6

Triadic Colors of #bd43ef

#bd43ef #efbd43 #43efbd

Analogous Colors of #bd43ef

#bd43ef #ef43cb #6743ef

Monochromatic Colors of #bd43ef

#bd43ef

Complementary Color

#bd43ef #75ef43

#bd43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd43ef Color CSS Codes

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

#bd43ef Text Font Color

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

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


#bd43ef Background Color

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

This div background color is #bd43ef


#bd43ef Border Color

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

This div border color is #bd43ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd43ef


Comments

No comments written yet.

Please login to write comment.