Color Hex Logo

#bd70fd Color Hex

#BD70FD
(189,112,253)
0 Favorites   0 Comments

Color spaces of #bd70fd

RGB 189112253
HSL0.760.970.72
HSV273°56°99°
CMYK 0.250.560.00   0.01
XYZ44.510129.499096.2764
Yxy29.49900.26140.1732
Hunter Lab54.313051.2350-67.0797
CIE-Lab61.219555.4358-58.8255

#bd70fd color RGB value is (189,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 11111101
Octal 275 160 375
Decimal 189 112 253
Hex BD 70 FD

RGB Percentages of Color #bd70fd

%34.12
%20.22
%45.67

CMYK Percentages of Color #bd70fd

%25
%56
%0
%1

Triadic Colors of #bd70fd

#bd70fd #fdbd70 #70fdbd

Analogous Colors of #bd70fd

#bd70fd #fd70f7 #7770fd

Monochromatic Colors of #bd70fd

#bd70fd

Complementary Color

#bd70fd #b0fd70

#bd70fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd70fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd70fd Color CSS Codes

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

#bd70fd Text Font Color

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

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


#bd70fd Background Color

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

This div background color is #bd70fd


#bd70fd Border Color

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

This div border color is #bd70fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd70fd


Comments

No comments written yet.

Please login to write comment.