Color Hex Logo

#be44cb Color Hex

#BE44CB
(190,68,203)
0 Favorites   0 Comments

Color spaces of #be44cb

RGB 19068203
HSL0.820.560.53
HSV294°67°80°
CMYK 0.060.670.00   0.20
XYZ34.081819.393258.4469
Yxy19.39320.30450.1733
Hunter Lab44.037761.0793-47.8634
CIE-Lab51.144165.8063-46.7756

#be44cb color RGB value is (190,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 11001011
Octal 276 104 313
Decimal 190 68 203
Hex BE 44 CB

RGB Percentages of Color #be44cb

%41.21
%14.75
%44.03

CMYK Percentages of Color #be44cb

%6
%67
%0
%20

Triadic Colors of #be44cb

#be44cb #cbbe44 #44cbbe

Analogous Colors of #be44cb

#be44cb #cb4495 #7b44cb

Monochromatic Colors of #be44cb

#be44cb

Complementary Color

#be44cb #51cb44

#be44cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be44cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be44cb Color CSS Codes

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

#be44cb Text Font Color

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

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


#be44cb Background Color

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

This div background color is #be44cb


#be44cb Border Color

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

This div border color is #be44cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be44cb


Comments

No comments written yet.

Please login to write comment.