Color Hex Logo

#b27cde Color Hex

#B27CDE
(178,124,222)
0 Favorites   0 Comments

Color spaces of #b27cde

RGB 178124222
HSL0.760.600.68
HSV273°44°87°
CMYK 0.200.440.00   0.13
XYZ38.752629.154272.6921
Yxy29.15420.27560.2074
Hunter Lab53.994633.6210-42.0249
CIE-Lab60.917539.2174-42.1827

#b27cde color RGB value is (178,124,222).

#b27cde hex color red value is 178, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b27cde hue: 0.76 , saturation: 0.60 and the lightness value of b27cde is 0.68.

The process color (four color CMYK) of #b27cde color hex is 0.20, 0.44, 0.00, 0.13. Web safe color of #b27cde is #9966cc. Color #b27cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11011110
Octal 262 174 336
Decimal 178 124 222
Hex B2 7C DE

RGB Percentages of Color #b27cde

%33.97
%23.66
%42.37

CMYK Percentages of Color #b27cde

%20
%44
%0
%13

Triadic Colors of #b27cde

#b27cde #deb27c #7cdeb2

Analogous Colors of #b27cde

#b27cde #de7cd9 #817cde

Monochromatic Colors of #b27cde

#b27cde

Complementary Color

#b27cde #a8de7c

#b27cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cde Color CSS Codes

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

#b27cde Text Font Color

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

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


#b27cde Background Color

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

This div background color is #b27cde


#b27cde Border Color

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

This div border color is #b27cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cde


Comments

No comments written yet.

Please login to write comment.