Color Hex Logo

#b70adf Color Hex

#B70ADF
(183,10,223)
0 Favorites   0 Comments

Color spaces of #b70adf

RGB 18310223
HSL0.800.910.46
HSV289°96°87°
CMYK 0.180.960.00   0.13
XYZ32.956315.612171.0885
Yxy15.61210.27540.1305
Hunter Lab39.512279.7370-79.0134
CIE-Lab46.461482.0363-65.8120

#b70adf color RGB value is (183,10,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001010 11011111
Octal 267 12 337
Decimal 183 10 223
Hex B7 A DF

RGB Percentages of Color #b70adf

%43.99
%2.40
%53.61

CMYK Percentages of Color #b70adf

%18
%96
%0
%13

Triadic Colors of #b70adf

#b70adf #dfb70a #0adfb7

Analogous Colors of #b70adf

#b70adf #df0a9d #4c0adf

Monochromatic Colors of #b70adf

#b70adf

Complementary Color

#b70adf #32df0a

#b70adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70adf Color CSS Codes

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

#b70adf Text Font Color

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

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


#b70adf Background Color

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

This div background color is #b70adf


#b70adf Border Color

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

This div border color is #b70adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,10,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 #b70adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70adf


Comments

No comments written yet.

Please login to write comment.