Color Hex Logo

#bd06ec Color Hex

#BD06EC
(189,6,236)
0 Favorites   0 Comments

Color spaces of #bd06ec

RGB 1896236
HSL0.800.950.47
HSV288°97°93°
CMYK 0.200.970.00   0.07
XYZ36.191717.005280.7317
Yxy17.00520.27020.1270
Hunter Lab41.237484.4940-87.2078
CIE-Lab48.266685.3933-70.2148

#bd06ec color RGB value is (189,6,236).

#bd06ec hex color red value is 189, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd06ec hue: 0.80 , saturation: 0.95 and the lightness value of bd06ec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 11101100
Octal 275 6 354
Decimal 189 6 236
Hex BD 6 EC

RGB Percentages of Color #bd06ec

%43.85
%1.39
%54.76

CMYK Percentages of Color #bd06ec

%20
%97
%0
%7

Triadic Colors of #bd06ec

#bd06ec #ecbd06 #06ecbd

Analogous Colors of #bd06ec

#bd06ec #ec06a8 #4a06ec

Monochromatic Colors of #bd06ec

#bd06ec

Complementary Color

#bd06ec #35ec06

#bd06ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd06ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd06ec Color CSS Codes

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

#bd06ec Text Font Color

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

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


#bd06ec Background Color

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

This div background color is #bd06ec


#bd06ec Border Color

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

This div border color is #bd06ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd06ec


Comments

No comments written yet.

Please login to write comment.