Color Hex Logo

#b70ddf Color Hex

#B70DDF
(183,13,223)
0 Favorites   0 Comments

Color spaces of #b70ddf

RGB 18313223
HSL0.800.890.46
HSV289°94°87°
CMYK 0.180.940.00   0.13
XYZ32.991615.682871.1003
Yxy15.68280.27540.1309
Hunter Lab39.601579.4038-78.7278
CIE-Lab46.555681.7558-65.6593

#b70ddf color RGB value is (183,13,223).

#b70ddf hex color red value is 183, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b70ddf hue: 0.80 , saturation: 0.89 and the lightness value of b70ddf is 0.46.

The process color (four color CMYK) of #b70ddf color hex is 0.18, 0.94, 0.00, 0.13. Web safe color of #b70ddf is #cc00cc. Color #b70ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11011111
Octal 267 15 337
Decimal 183 13 223
Hex B7 D DF

RGB Percentages of Color #b70ddf

%43.68
%3.10
%53.22

CMYK Percentages of Color #b70ddf

%18
%94
%0
%13

Triadic Colors of #b70ddf

#b70ddf #dfb70d #0ddfb7

Analogous Colors of #b70ddf

#b70ddf #df0d9e #4e0ddf

Monochromatic Colors of #b70ddf

#b70ddf

Complementary Color

#b70ddf #35df0d

#b70ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70ddf Color CSS Codes

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

#b70ddf Text Font Color

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

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


#b70ddf Background Color

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

This div background color is #b70ddf


#b70ddf Border Color

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

This div border color is #b70ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70ddf


Comments

No comments written yet.

Please login to write comment.