Color Hex Logo

#bd70ff Color Hex

#BD70FF
(189,112,255)
0 Favorites   0 Comments

Color spaces of #bd70ff

RGB 189112255
HSL0.761.000.72
HSV272°56°100°
CMYK 0.260.560.00   0.00
XYZ44.830429.627297.9635
Yxy29.62720.26000.1718
Hunter Lab54.430951.7623-68.6072
CIE-Lab61.331255.8835-59.7477

#bd70ff color RGB value is (189,112,255).

#bd70ff hex color red value is 189, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd70ff hue: 0.76 , saturation: 1.00 and the lightness value of bd70ff is 0.72.

The process color (four color CMYK) of #bd70ff color hex is 0.26, 0.56, 0.00, 0.00. Web safe color of #bd70ff is #cc66ff. Color #bd70ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 11111111
Octal 275 160 377
Decimal 189 112 255
Hex BD 70 FF

RGB Percentages of Color #bd70ff

%33.99
%20.14
%45.86

CMYK Percentages of Color #bd70ff

%26
%56
%0
%0

Triadic Colors of #bd70ff

#bd70ff #ffbd70 #70ffbd

Analogous Colors of #bd70ff

#bd70ff #ff70fa #7670ff

Monochromatic Colors of #bd70ff

#bd70ff

Complementary Color

#bd70ff #b2ff70

#bd70ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd70ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd70ff Color CSS Codes

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

#bd70ff Text Font Color

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

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


#bd70ff Background Color

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

This div background color is #bd70ff


#bd70ff Border Color

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

This div border color is #bd70ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd70ff

Related Colors


Comments

No comments written yet.

Please login to write comment.