Color Hex Logo

#bd14ed Color Hex

#BD14ED
(189,20,237)
0 Favorites   0 Comments

Color spaces of #bd14ed

RGB 18920237
HSL0.800.860.50
HSV287°92°93°
CMYK 0.200.920.00   0.07
XYZ36.522517.433681.5608
Yxy17.43360.26950.1286
Hunter Lab41.753683.0680-86.5887
CIE-Lab48.801884.1872-69.9096

#bd14ed color RGB value is (189,20,237).

#bd14ed hex color red value is 189, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd14ed hue: 0.80 , saturation: 0.86 and the lightness value of bd14ed is 0.50.

The process color (four color CMYK) of #bd14ed color hex is 0.20, 0.92, 0.00, 0.07. Web safe color of #bd14ed is #cc00ff. Color #bd14ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 11101101
Octal 275 24 355
Decimal 189 20 237
Hex BD 14 ED

RGB Percentages of Color #bd14ed

%42.38
%4.48
%53.14

CMYK Percentages of Color #bd14ed

%20
%92
%0
%7

Triadic Colors of #bd14ed

#bd14ed #edbd14 #14edbd

Analogous Colors of #bd14ed

#bd14ed #ed14b1 #5114ed

Monochromatic Colors of #bd14ed

#bd14ed

Complementary Color

#bd14ed #44ed14

#bd14ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd14ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd14ed Color CSS Codes

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

#bd14ed Text Font Color

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

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


#bd14ed Background Color

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

This div background color is #bd14ed


#bd14ed Border Color

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

This div border color is #bd14ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd14ed


Comments

No comments written yet.

Please login to write comment.