Color Hex Logo

#b710cc Color Hex

#B710CC
(183,16,204)
0 Favorites   0 Comments

Color spaces of #b710cc

RGB 18316204
HSL0.810.850.43
HSV293°92°80°
CMYK 0.100.920.00   0.20
XYZ30.612814.797558.3695
Yxy14.79750.29500.1426
Hunter Lab38.467574.7338-63.0377
CIE-Lab45.355678.2711-56.6841

#b710cc color RGB value is (183,16,204).

#b710cc hex color red value is 183, green value is 16 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b710cc hue: 0.81 , saturation: 0.85 and the lightness value of b710cc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 11001100
Octal 267 20 314
Decimal 183 16 204
Hex B7 10 CC

RGB Percentages of Color #b710cc

%45.41
%3.97
%50.62

CMYK Percentages of Color #b710cc

%10
%92
%0
%20

Triadic Colors of #b710cc

#b710cc #ccb710 #10ccb7

Analogous Colors of #b710cc

#b710cc #cc1083 #5910cc

Monochromatic Colors of #b710cc

#b710cc

Complementary Color

#b710cc #25cc10

#b710cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b710cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b710cc Color CSS Codes

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

#b710cc Text Font Color

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

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


#b710cc Background Color

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

This div background color is #b710cc


#b710cc Border Color

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

This div border color is #b710cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,16,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 #b710cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b710cc

#b710cc Color Palettes


Comments

No comments written yet.

Please login to write comment.