Color Hex Logo

#b701cc Color Hex

#B701CC
(183,1,204)
0 Favorites   0 Comments

Color spaces of #b701cc

RGB 1831204
HSL0.820.990.40
HSV294°100°80°
CMYK 0.101.000.00   0.20
XYZ30.438414.448658.3113
Yxy14.44860.29500.1400
Hunter Lab38.011376.4180-64.3460
CIE-Lab44.869579.7141-57.4681

#b701cc color RGB value is (183,1,204).

#b701cc hex color red value is 183, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b701cc hue: 0.82 , saturation: 0.99 and the lightness value of b701cc is 0.40.

The process color (four color CMYK) of #b701cc color hex is 0.10, 1.00, 0.00, 0.20. Web safe color of #b701cc is #cc00cc. Color #b701cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000001 11001100
Octal 267 1 314
Decimal 183 1 204
Hex B7 1 CC

RGB Percentages of Color #b701cc

%47.16
%0.26
%52.58

CMYK Percentages of Color #b701cc

%10
%100
%0
%20

Triadic Colors of #b701cc

#b701cc #ccb701 #01ccb7

Analogous Colors of #b701cc

#b701cc #cc017c #5101cc

Monochromatic Colors of #b701cc

#b701cc

Complementary Color

#b701cc #16cc01

#b701cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b701cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b701cc Color CSS Codes

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

#b701cc Text Font Color

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

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


#b701cc Background Color

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

This div background color is #b701cc


#b701cc Border Color

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

This div border color is #b701cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b701cc


Comments

No comments written yet.

Please login to write comment.