Color Hex Logo

#bd10ea Color Hex

#BD10EA
(189,16,234)
0 Favorites   0 Comments

Color spaces of #bd10ea

RGB 18916234
HSL0.800.870.49
HSV288°93°92°
CMYK 0.190.930.00   0.08
XYZ36.022817.129979.2497
Yxy17.12990.27210.1294
Hunter Lab41.388382.9302-84.5559
CIE-Lab48.423384.1532-68.8301

#bd10ea color RGB value is (189,16,234).

#bd10ea hex color red value is 189, green value is 16 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd10ea hue: 0.80 , saturation: 0.87 and the lightness value of bd10ea is 0.49.

The process color (four color CMYK) of #bd10ea color hex is 0.19, 0.93, 0.00, 0.08. Web safe color of #bd10ea is #cc00ff. Color #bd10ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 11101010
Octal 275 20 352
Decimal 189 16 234
Hex BD 10 EA

RGB Percentages of Color #bd10ea

%43.05
%3.64
%53.30

CMYK Percentages of Color #bd10ea

%19
%93
%0
%8

Triadic Colors of #bd10ea

#bd10ea #eabd10 #10eabd

Analogous Colors of #bd10ea

#bd10ea #ea10aa #5010ea

Monochromatic Colors of #bd10ea

#bd10ea

Complementary Color

#bd10ea #3dea10

#bd10ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10ea Color CSS Codes

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

#bd10ea Text Font Color

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

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


#bd10ea Background Color

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

This div background color is #bd10ea


#bd10ea Border Color

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

This div border color is #bd10ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10ea


Comments

No comments written yet.

Please login to write comment.