Color Hex Logo

#b70def Color Hex

#B70DEF
(183,13,239)
0 Favorites   0 Comments

Color spaces of #b70def

RGB 18313239
HSL0.790.900.49
HSV285°95°94°
CMYK 0.230.950.00   0.06
XYZ35.252416.587183.0050
Yxy16.58710.26140.1230
Hunter Lab40.727383.2320-92.3281
CIE-Lab47.735584.5197-72.8138

#b70def color RGB value is (183,13,239).

#b70def hex color red value is 183, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b70def hue: 0.79 , saturation: 0.90 and the lightness value of b70def is 0.49.

The process color (four color CMYK) of #b70def color hex is 0.23, 0.95, 0.00, 0.06. Web safe color of #b70def is #cc00ff. Color #b70def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 11101111
Octal 267 15 357
Decimal 183 13 239
Hex B7 D EF

RGB Percentages of Color #b70def

%42.07
%2.99
%54.94

CMYK Percentages of Color #b70def

%23
%95
%0
%6

Triadic Colors of #b70def

#b70def #efb70d #0defb7

Analogous Colors of #b70def

#b70def #ef0db6 #460def

Monochromatic Colors of #b70def

#b70def

Complementary Color

#b70def #45ef0d

#b70def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70def Color CSS Codes

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

#b70def Text Font Color

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

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


#b70def Background Color

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

This div background color is #b70def


#b70def Border Color

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

This div border color is #b70def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70def


Comments

No comments written yet.

Please login to write comment.