Color Hex Logo

#b27cd0 Color Hex

#B27CD0
(178,124,208)
0 Favorites   0 Comments

Color spaces of #b27cd0

RGB 178124208
HSL0.770.470.65
HSV279°40°82°
CMYK 0.140.400.00   0.18
XYZ36.952928.434363.2153
Yxy28.43430.28730.2211
Hunter Lab53.323830.3821-32.9615
CIE-Lab60.279136.1384-35.3309

#b27cd0 color RGB value is (178,124,208).

#b27cd0 hex color red value is 178, green value is 124 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #b27cd0 hue: 0.77 , saturation: 0.47 and the lightness value of b27cd0 is 0.65.

The process color (four color CMYK) of #b27cd0 color hex is 0.14, 0.40, 0.00, 0.18. Web safe color of #b27cd0 is #9966cc. Color #b27cd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11010000
Octal 262 174 320
Decimal 178 124 208
Hex B2 7C D0

RGB Percentages of Color #b27cd0

%34.90
%24.31
%40.78

CMYK Percentages of Color #b27cd0

%14
%40
%0
%18

Triadic Colors of #b27cd0

#b27cd0 #d0b27c #7cd0b2

Analogous Colors of #b27cd0

#b27cd0 #d07cc4 #887cd0

Monochromatic Colors of #b27cd0

#b27cd0

Complementary Color

#b27cd0 #9ad07c

#b27cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cd0 Color CSS Codes

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

#b27cd0 Text Font Color

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

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


#b27cd0 Background Color

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

This div background color is #b27cd0


#b27cd0 Border Color

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

This div border color is #b27cd0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,124,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27cd0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27cd0;
  -webkit-box-shadow: 1px 1px 3px 2px #b27cd0;
  box-shadow:         1px 1px 3px 2px #b27cd0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,124,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cd0


Comments

No comments written yet.

Please login to write comment.