Color Hex Logo

#b27ccf Color Hex

#B27CCF
(178,124,207)
0 Favorites   0 Comments

Color spaces of #b27ccf

RGB 178124207
HSL0.780.460.65
HSV279°40°81°
CMYK 0.140.400.00   0.19
XYZ36.830228.385362.5692
Yxy28.38530.28820.2221
Hunter Lab53.277930.1582-32.3353
CIE-Lab60.235235.9230-34.8361

#b27ccf color RGB value is (178,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11001111
Octal 262 174 317
Decimal 178 124 207
Hex B2 7C CF

RGB Percentages of Color #b27ccf

%34.97
%24.36
%40.67

CMYK Percentages of Color #b27ccf

%14
%40
%0
%19

Triadic Colors of #b27ccf

#b27ccf #cfb27c #7ccfb2

Analogous Colors of #b27ccf

#b27ccf #cf7cc3 #897ccf

Monochromatic Colors of #b27ccf

#b27ccf

Complementary Color

#b27ccf #99cf7c

#b27ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ccf Color CSS Codes

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

#b27ccf Text Font Color

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

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


#b27ccf Background Color

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

This div background color is #b27ccf


#b27ccf Border Color

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

This div border color is #b27ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ccf


Comments

No comments written yet.

Please login to write comment.