Color Hex Logo

#b70dcd Color Hex

#B70DCD
(183,13,205)
0 Favorites   0 Comments

Color spaces of #b70dcd

RGB 18313205
HSL0.810.880.43
HSV293°94°80°
CMYK 0.110.940.00   0.20
XYZ30.691814.762958.9895
Yxy14.76290.29390.1413
Hunter Lab38.422575.3459-64.1313
CIE-Lab45.307778.7719-57.3398

#b70dcd color RGB value is (183,13,205).

#b70dcd hex color red value is 183, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b70dcd hue: 0.81 , saturation: 0.88 and the lightness value of b70dcd is 0.43.

The process color (four color CMYK) of #b70dcd color hex is 0.11, 0.94, 0.00, 0.20. Web safe color of #b70dcd is #cc00cc. Color #b70dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11001101
Octal 267 15 315
Decimal 183 13 205
Hex B7 D CD

RGB Percentages of Color #b70dcd

%45.64
%3.24
%51.12

CMYK Percentages of Color #b70dcd

%11
%94
%0
%20

Triadic Colors of #b70dcd

#b70dcd #cdb70d #0dcdb7

Analogous Colors of #b70dcd

#b70dcd #cd0d83 #570dcd

Monochromatic Colors of #b70dcd

#b70dcd

Complementary Color

#b70dcd #23cd0d

#b70dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70dcd Color CSS Codes

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

#b70dcd Text Font Color

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

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


#b70dcd Background Color

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

This div background color is #b70dcd


#b70dcd Border Color

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

This div border color is #b70dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,13,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b70dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b70dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #b70dcd;
  box-shadow:         1px 1px 3px 2px #b70dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,13,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70dcd


Comments

No comments written yet.

Please login to write comment.