Color Hex Logo

#bd70ec Color Hex

#BD70EC
(189,112,236)
0 Favorites   0 Comments

Color spaces of #bd70ec

RGB 189112236
HSL0.770.770.68
HSV277°53°93°
CMYK 0.200.530.00   0.07
XYZ41.920828.463382.6414
Yxy28.46330.27390.1860
Hunter Lab53.351046.8929-54.4953
CIE-Lab60.305051.6976-50.8751

#bd70ec color RGB value is (189,112,236).

#bd70ec hex color red value is 189, green value is 112 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bd70ec hue: 0.77 , saturation: 0.77 and the lightness value of bd70ec is 0.68.

The process color (four color CMYK) of #bd70ec color hex is 0.20, 0.53, 0.00, 0.07. Web safe color of #bd70ec is #cc66ff. Color #bd70ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 11101100
Octal 275 160 354
Decimal 189 112 236
Hex BD 70 EC

RGB Percentages of Color #bd70ec

%35.20
%20.86
%43.95

CMYK Percentages of Color #bd70ec

%20
%53
%0
%7

Triadic Colors of #bd70ec

#bd70ec #ecbd70 #70ecbd

Analogous Colors of #bd70ec

#bd70ec #ec70dd #7f70ec

Monochromatic Colors of #bd70ec

#bd70ec

Complementary Color

#bd70ec #9fec70

#bd70ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd70ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd70ec Color CSS Codes

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

#bd70ec Text Font Color

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

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


#bd70ec Background Color

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

This div background color is #bd70ec


#bd70ec Border Color

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

This div border color is #bd70ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd70ec


Comments

No comments written yet.

Please login to write comment.