Color Hex Logo

#b70fff Color Hex

#B70FFF
(183,15,255)
0 Favorites   0 Comments

Color spaces of #b70fff

RGB 18315255
HSL0.781.000.53
HSV282°94°100°
CMYK 0.280.940.00   0.00
XYZ37.749317.628996.0209
Yxy17.62890.24930.1164
Hunter Lab41.986887.0082-106.2014
CIE-Lab49.042987.1734-79.6497

#b70fff color RGB value is (183,15,255).

#b70fff hex color red value is 183, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b70fff hue: 0.78 , saturation: 1.00 and the lightness value of b70fff is 0.53.

The process color (four color CMYK) of #b70fff color hex is 0.28, 0.94, 0.00, 0.00. Web safe color of #b70fff is #cc00ff. Color #b70fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001111 11111111
Octal 267 17 377
Decimal 183 15 255
Hex B7 F FF

RGB Percentages of Color #b70fff

%40.40
%3.31
%56.29

CMYK Percentages of Color #b70fff

%28
%94
%0
%0

Triadic Colors of #b70fff

#b70fff #ffb70f #0fffb7

Analogous Colors of #b70fff

#b70fff #ff0fcf #3f0fff

Monochromatic Colors of #b70fff

#b70fff

Complementary Color

#b70fff #57ff0f

#b70fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70fff Color CSS Codes

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

#b70fff Text Font Color

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

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


#b70fff Background Color

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

This div background color is #b70fff


#b70fff Border Color

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

This div border color is #b70fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70fff


Comments

No comments written yet.

Please login to write comment.