Color Hex Logo

#b140cd Color Hex

#B140CD
(177,64,205)
0 Favorites   0 Comments

Color spaces of #b140cd

RGB 17764205
HSL0.800.590.53
HSV288°69°80°
CMYK 0.140.690.00   0.20
XYZ30.984317.421759.4873
Yxy17.42170.28720.1615
Hunter Lab41.739359.4619-55.2832
CIE-Lab48.787064.8612-51.7983

#b140cd color RGB value is (177,64,205).

#b140cd hex color red value is 177, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b140cd hue: 0.80 , saturation: 0.59 and the lightness value of b140cd is 0.53.

The process color (four color CMYK) of #b140cd color hex is 0.14, 0.69, 0.00, 0.20. Web safe color of #b140cd is #9933cc. Color #b140cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 11001101
Octal 261 100 315
Decimal 177 64 205
Hex B1 40 CD

RGB Percentages of Color #b140cd

%39.69
%14.35
%45.96

CMYK Percentages of Color #b140cd

%14
%69
%0
%20

Triadic Colors of #b140cd

#b140cd #cdb140 #40cdb1

Analogous Colors of #b140cd

#b140cd #cd40a3 #6b40cd

Monochromatic Colors of #b140cd

#b140cd

Complementary Color

#b140cd #5ccd40

#b140cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140cd Color CSS Codes

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

#b140cd Text Font Color

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

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


#b140cd Background Color

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

This div background color is #b140cd


#b140cd Border Color

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

This div border color is #b140cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140cd


Comments

No comments written yet.

Please login to write comment.