color codes Logo

#b70ddc color codes

#B70DDC
(183,13,220)
0 Favorites   0 Comments

Color spaces of #b70ddc

RGB 18313220
HSL0.800.890.46
HSV289°94°86°
CMYK 0.170.940.00   0.14
XYZ32.590615.522468.9886
Yxy15.52240.27830.1326
Hunter Lab39.398578.7087-76.2407
CIE-Lab46.341681.2488-64.2932

#b70ddc color RGB value is (183,13,220).

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

The process color (four color CMYK) of #b70ddc color code is 0.17, 0.94, 0.00, 0.14. Web safe color of #b70ddc is #cc00cc. Color #b70ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11011100
Octal 267 15 334
Decimal 183 13 220
Hex B7 D DC

RGB Percentages of Color #b70ddc

%43.99
%3.13
%52.88

CMYK Percentages of Color #b70ddc

%17
%94
%0
%14

Triadic Colors of #b70ddc

#b70ddc #dcb70d #0ddcb7

Analogous Colors of #b70ddc

#b70ddc #dc0d9a #500ddc

Monochromatic Colors of #b70ddc

#b70ddc

Complementary Color

#b70ddc #32dc0d

#b70ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70ddc Color CSS Codes

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

#b70ddc Text Font Color

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

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


#b70ddc Background Color

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

This div background color is #b70ddc


#b70ddc Border Color

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

This div border color is #b70ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70ddc


Comments

No comments written yet.

Please login to write comment.