Color Hex Logo

#be44cc Color Hex

#BE44CC
(190,68,204)
0 Favorites   0 Comments

Color spaces of #be44cc

RGB 19068204
HSL0.820.570.53
HSV294°67°80°
CMYK 0.070.670.00   0.20
XYZ34.201419.441059.0766
Yxy19.44100.30340.1725
Hunter Lab44.091961.2986-48.5753
CIE-Lab51.199265.9838-47.2623

#be44cc color RGB value is (190,68,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 11001100
Octal 276 104 314
Decimal 190 68 204
Hex BE 44 CC

RGB Percentages of Color #be44cc

%41.13
%14.72
%44.16

CMYK Percentages of Color #be44cc

%7
%67
%0
%20

Triadic Colors of #be44cc

#be44cc #ccbe44 #44ccbe

Analogous Colors of #be44cc

#be44cc #cc4496 #7a44cc

Monochromatic Colors of #be44cc

#be44cc

Complementary Color

#be44cc #52cc44

#be44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be44cc Color CSS Codes

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

#be44cc Text Font Color

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

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


#be44cc Background Color

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

This div background color is #be44cc


#be44cc Border Color

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

This div border color is #be44cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be44cc


Comments

No comments written yet.

Please login to write comment.