Color Hex Logo

#be27bc Color Hex

#BE27BC
(190,39,188)
0 Favorites   0 Comments

Color spaces of #be27bc

RGB 19039188
HSL0.840.660.45
HSV301°79°75°
CMYK 0.000.790.01   0.25
XYZ31.037816.029049.0350
Yxy16.02900.32300.1668
Hunter Lab40.036268.3174-44.5910
CIE-Lab47.012572.7079-44.6589

#be27bc color RGB value is (190,39,188).

#be27bc hex color red value is 190, green value is 39 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #be27bc hue: 0.84 , saturation: 0.66 and the lightness value of be27bc is 0.45.

The process color (four color CMYK) of #be27bc color hex is 0.00, 0.79, 0.01, 0.25. Web safe color of #be27bc is #cc33cc. Color #be27bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 10111100
Octal 276 47 274
Decimal 190 39 188
Hex BE 27 BC

RGB Percentages of Color #be27bc

%45.56
%9.35
%45.08

CMYK Percentages of Color #be27bc

%0
%79
%1
%25

Triadic Colors of #be27bc

#be27bc #bcbe27 #27bcbe

Analogous Colors of #be27bc

#be27bc #be2771 #7527be

Monochromatic Colors of #be27bc

#be27bc

Complementary Color

#be27bc #27be29

#be27bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be27bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be27bc Color CSS Codes

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

#be27bc Text Font Color

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

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


#be27bc Background Color

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

This div background color is #be27bc


#be27bc Border Color

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

This div border color is #be27bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,39,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be27bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be27bc;
  -webkit-box-shadow: 1px 1px 3px 2px #be27bc;
  box-shadow:         1px 1px 3px 2px #be27bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,39,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be27bc


Comments

No comments written yet.

Please login to write comment.