Color Hex Logo

#be24cc Color Hex

#BE24CC
(190,36,204)
0 Favorites   0 Comments

Color spaces of #be24cc

RGB 19036204
HSL0.820.700.47
HSV295°82°80°
CMYK 0.070.820.00   0.20
XYZ32.765216.568558.5979
Yxy16.56850.30360.1535
Hunter Lab40.704472.4516-56.8605
CIE-Lab47.711775.9669-52.8335

#be24cc color RGB value is (190,36,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 11001100
Octal 276 44 314
Decimal 190 36 204
Hex BE 24 CC

RGB Percentages of Color #be24cc

%44.19
%8.37
%47.44

CMYK Percentages of Color #be24cc

%7
%82
%0
%20

Triadic Colors of #be24cc

#be24cc #ccbe24 #24ccbe

Analogous Colors of #be24cc

#be24cc #cc2486 #6a24cc

Monochromatic Colors of #be24cc

#be24cc

Complementary Color

#be24cc #32cc24

#be24cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be24cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be24cc Color CSS Codes

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

#be24cc Text Font Color

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

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


#be24cc Background Color

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

This div background color is #be24cc


#be24cc Border Color

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

This div border color is #be24cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,36,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 #be24cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be24cc


Comments

No comments written yet.

Please login to write comment.