Color Hex Logo

#b700ce Color Hex

#B700CE
(183,0,206)
0 Favorites   0 Comments

Color spaces of #b700ce

RGB 1830206
HSL0.811.000.40
HSV293°100°81°
CMYK 0.111.000.00   0.19
XYZ30.669014.523559.5794
Yxy14.52350.29270.1386
Hunter Lab38.109776.9569-66.0151
CIE-Lab44.974580.1232-58.4560

#b700ce color RGB value is (183,0,206).

#b700ce hex color red value is 183, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b700ce hue: 0.81 , saturation: 1.00 and the lightness value of b700ce is 0.40.

The process color (four color CMYK) of #b700ce color hex is 0.11, 1.00, 0.00, 0.19. Web safe color of #b700ce is #cc00cc. Color #b700ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 11001110
Octal 267 0 316
Decimal 183 0 206
Hex B7 0 CE

RGB Percentages of Color #b700ce

%47.04
%0.00
%52.96

CMYK Percentages of Color #b700ce

%11
%100
%0
%19

Triadic Colors of #b700ce

#b700ce #ceb700 #00ceb7

Analogous Colors of #b700ce

#b700ce #ce007e #5000ce

Monochromatic Colors of #b700ce

#b700ce

Complementary Color

#b700ce #17ce00

#b700ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b700ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b700ce Color CSS Codes

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

#b700ce Text Font Color

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

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


#b700ce Background Color

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

This div background color is #b700ce


#b700ce Border Color

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

This div border color is #b700ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b700ce


Comments

No comments written yet.

Please login to write comment.