Color Hex Logo

#b27cca Color Hex

#B27CCA
(178,124,202)
0 Favorites   0 Comments

Color spaces of #b27cca

RGB 178124202
HSL0.780.420.64
HSV282°39°79°
CMYK 0.120.390.00   0.21
XYZ36.228428.144559.4001
Yxy28.14450.29270.2274
Hunter Lab53.051429.0564-29.2493
CIE-Lab60.019134.8585-32.3528

#b27cca color RGB value is (178,124,202).

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

The process color (four color CMYK) of #b27cca color hex is 0.12, 0.39, 0.00, 0.21. Web safe color of #b27cca is #9966cc. Color #b27cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 11001010
Octal 262 174 312
Decimal 178 124 202
Hex B2 7C CA

RGB Percentages of Color #b27cca

%35.32
%24.60
%40.08

CMYK Percentages of Color #b27cca

%12
%39
%0
%21

Triadic Colors of #b27cca

#b27cca #cab27c #7ccab2

Analogous Colors of #b27cca

#b27cca #ca7cbb #8b7cca

Monochromatic Colors of #b27cca

#b27cca

Complementary Color

#b27cca #94ca7c

#b27cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cca Color CSS Codes

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

#b27cca Text Font Color

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

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


#b27cca Background Color

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

This div background color is #b27cca


#b27cca Border Color

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

This div border color is #b27cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cca


Comments

No comments written yet.

Please login to write comment.