Color Hex Logo

#b27cda Color Hex

#B27CDA
(178,124,218)
0 Favorites   0 Comments

Color spaces of #b27cda

RGB 178124218
HSL0.760.560.67
HSV274°43°85°
CMYK 0.180.430.00   0.15
XYZ38.222628.942269.9015
Yxy28.94220.27890.2112
Hunter Lab53.798032.6750-39.3789
CIE-Lab60.730638.3250-40.2389

#b27cda color RGB value is (178,124,218).

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

The process color (four color CMYK) of #b27cda color hex is 0.18, 0.43, 0.00, 0.15. Web safe color of #b27cda is #9966cc. Color #b27cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11011010
Octal 262 174 332
Decimal 178 124 218
Hex B2 7C DA

RGB Percentages of Color #b27cda

%34.23
%23.85
%41.92

CMYK Percentages of Color #b27cda

%18
%43
%0
%15

Triadic Colors of #b27cda

#b27cda #dab27c #7cdab2

Analogous Colors of #b27cda

#b27cda #da7cd3 #837cda

Monochromatic Colors of #b27cda

#b27cda

Complementary Color

#b27cda #a4da7c

#b27cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cda Color CSS Codes

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

#b27cda Text Font Color

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

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


#b27cda Background Color

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

This div background color is #b27cda


#b27cda Border Color

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

This div border color is #b27cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cda


Comments

No comments written yet.

Please login to write comment.