Color Hex Logo

#b757cd Color Hex

#B757CD
(183,87,205)
0 Favorites   0 Comments

Color spaces of #b757cd

RGB 18387205
HSL0.800.540.57
HSV289°58°80°
CMYK 0.110.580.00   0.20
XYZ33.956121.291460.0776
Yxy21.29140.29440.1846
Hunter Lab46.142650.6077-44.8957
CIE-Lab53.266956.2188-44.6134

#b757cd color RGB value is (183,87,205).

#b757cd hex color red value is 183, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b757cd hue: 0.80 , saturation: 0.54 and the lightness value of b757cd is 0.57.

The process color (four color CMYK) of #b757cd color hex is 0.11, 0.58, 0.00, 0.20. Web safe color of #b757cd is #cc66cc. Color #b757cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010111 11001101
Octal 267 127 315
Decimal 183 87 205
Hex B7 57 CD

RGB Percentages of Color #b757cd

%38.53
%18.32
%43.16

CMYK Percentages of Color #b757cd

%11
%58
%0
%20

Triadic Colors of #b757cd

#b757cd #cdb757 #57cdb7

Analogous Colors of #b757cd

#b757cd #cd57a8 #7c57cd

Monochromatic Colors of #b757cd

#b757cd

Complementary Color

#b757cd #6dcd57

#b757cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b757cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b757cd Color CSS Codes

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

#b757cd Text Font Color

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

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


#b757cd Background Color

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

This div background color is #b757cd


#b757cd Border Color

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

This div border color is #b757cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b757cd


Comments

No comments written yet.

Please login to write comment.