Color Hex Logo

#b700ca Color Hex

#B700CA
(183,0,202)
0 Favorites   0 Comments

Color spaces of #b700ca

RGB 1830202
HSL0.821.000.40
HSV294°100°79°
CMYK 0.091.000.00   0.21
XYZ30.189114.331557.0522
Yxy14.33150.29720.1411
Hunter Lab37.857076.0954-62.8529
CIE-Lab44.704679.4883-56.5748

#b700ca color RGB value is (183,0,202).

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

The process color (four color CMYK) of #b700ca color hex is 0.09, 1.00, 0.00, 0.21. Web safe color of #b700ca is #cc00cc. Color #b700ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 11001010
Octal 267 0 312
Decimal 183 0 202
Hex B7 0 CA

RGB Percentages of Color #b700ca

%47.53
%0.00
%52.47

CMYK Percentages of Color #b700ca

%9
%100
%0
%21

Triadic Colors of #b700ca

#b700ca #cab700 #00cab7

Analogous Colors of #b700ca

#b700ca #ca0078 #5200ca

Monochromatic Colors of #b700ca

#b700ca

Complementary Color

#b700ca #13ca00

#b700ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b700ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b700ca Color CSS Codes

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

#b700ca Text Font Color

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

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


#b700ca Background Color

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

This div background color is #b700ca


#b700ca Border Color

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

This div border color is #b700ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b700ca


Comments

No comments written yet.

Please login to write comment.