Color Hex Logo

#b710ea Color Hex

#B710EA
(183,16,234)
0 Favorites   0 Comments

Color spaces of #b710ea

RGB 18316234
HSL0.790.870.49
HSV286°93°92°
CMYK 0.220.930.00   0.08
XYZ34.565016.378479.1815
Yxy16.37840.26560.1259
Hunter Lab40.470281.6312-87.6739
CIE-Lab47.467183.3264-70.4271

#b710ea color RGB value is (183,16,234).

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

The process color (four color CMYK) of #b710ea color hex is 0.22, 0.93, 0.00, 0.08. Web safe color of #b710ea is #cc00ff. Color #b710ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 11101010
Octal 267 20 352
Decimal 183 16 234
Hex B7 10 EA

RGB Percentages of Color #b710ea

%42.26
%3.70
%54.04

CMYK Percentages of Color #b710ea

%22
%93
%0
%8

Triadic Colors of #b710ea

#b710ea #eab710 #10eab7

Analogous Colors of #b710ea

#b710ea #ea10b0 #4a10ea

Monochromatic Colors of #b710ea

#b710ea

Complementary Color

#b710ea #43ea10

#b710ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b710ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b710ea Color CSS Codes

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

#b710ea Text Font Color

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

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


#b710ea Background Color

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

This div background color is #b710ea


#b710ea Border Color

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

This div border color is #b710ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b710ea


Comments

No comments written yet.

Please login to write comment.