Color Hex Logo

#b70ddd Color Hex

#B70DDD
(183,13,221)
0 Favorites   0 Comments

Color spaces of #b70ddd

RGB 18313221
HSL0.800.890.46
HSV289°94°87°
CMYK 0.170.940.00   0.13
XYZ32.723515.575669.6883
Yxy15.57560.27730.1320
Hunter Lab39.465978.9393-77.0672
CIE-Lab46.412781.4172-64.7493

#b70ddd color RGB value is (183,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11011101
Octal 267 15 335
Decimal 183 13 221
Hex B7 D DD

RGB Percentages of Color #b70ddd

%43.88
%3.12
%53.00

CMYK Percentages of Color #b70ddd

%17
%94
%0
%13

Triadic Colors of #b70ddd

#b70ddd #ddb70d #0dddb7

Analogous Colors of #b70ddd

#b70ddd #dd0d9b #4f0ddd

Monochromatic Colors of #b70ddd

#b70ddd

Complementary Color

#b70ddd #33dd0d

#b70ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70ddd Color CSS Codes

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

#b70ddd Text Font Color

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

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


#b70ddd Background Color

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

This div background color is #b70ddd


#b70ddd Border Color

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

This div border color is #b70ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70ddd


Comments

No comments written yet.

Please login to write comment.