Color Hex Logo

#b710cd Color Hex

#B710CD
(183,16,205)
0 Favorites   0 Comments

Color spaces of #b710cd

RGB 18316205
HSL0.810.860.43
HSV293°92°80°
CMYK 0.110.920.00   0.20
XYZ30.733214.845659.0033
Yxy14.84560.29390.1420
Hunter Lab38.530074.9519-63.8234
CIE-Lab45.422078.4336-57.1555

#b710cd color RGB value is (183,16,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 11001101
Octal 267 20 315
Decimal 183 16 205
Hex B7 10 CD

RGB Percentages of Color #b710cd

%45.30
%3.96
%50.74

CMYK Percentages of Color #b710cd

%11
%92
%0
%20

Triadic Colors of #b710cd

#b710cd #cdb710 #10cdb7

Analogous Colors of #b710cd

#b710cd #cd1085 #5810cd

Monochromatic Colors of #b710cd

#b710cd

Complementary Color

#b710cd #26cd10

#b710cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b710cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b710cd Color CSS Codes

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

#b710cd Text Font Color

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

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


#b710cd Background Color

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

This div background color is #b710cd


#b710cd Border Color

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

This div border color is #b710cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b710cd


Comments

No comments written yet.

Please login to write comment.