Color Hex Logo

#be27cc Color Hex

#BE27CC
(190,39,204)
0 Favorites   0 Comments

Color spaces of #be27cc

RGB 19039204
HSL0.820.680.48
HSV295°81°80°
CMYK 0.070.810.00   0.20
XYZ32.859816.757858.6294
Yxy16.75780.30360.1548
Hunter Lab40.936371.6445-56.2604
CIE-Lab47.953475.2621-52.4458

#be27cc color RGB value is (190,39,204).

#be27cc hex color red value is 190, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be27cc hue: 0.82 , saturation: 0.68 and the lightness value of be27cc is 0.48.

The process color (four color CMYK) of #be27cc color hex is 0.07, 0.81, 0.00, 0.20. Web safe color of #be27cc is #cc33cc. Color #be27cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100111 11001100
Octal 276 47 314
Decimal 190 39 204
Hex BE 27 CC

RGB Percentages of Color #be27cc

%43.88
%9.01
%47.11

CMYK Percentages of Color #be27cc

%7
%81
%0
%20

Triadic Colors of #be27cc

#be27cc #ccbe27 #27ccbe

Analogous Colors of #be27cc

#be27cc #cc2788 #6c27cc

Monochromatic Colors of #be27cc

#be27cc

Complementary Color

#be27cc #35cc27

#be27cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be27cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be27cc Color CSS Codes

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

#be27cc Text Font Color

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

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


#be27cc Background Color

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

This div background color is #be27cc


#be27cc Border Color

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

This div border color is #be27cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be27cc


Comments

No comments written yet.

Please login to write comment.