Color Hex Logo

#be41cb Color Hex

#BE41CB
(190,65,203)
0 Favorites   0 Comments

Color spaces of #be41cb

RGB 19065203
HSL0.820.570.53
HSV294°68°80°
CMYK 0.060.680.00   0.20
XYZ33.905019.039558.3879
Yxy19.03950.30450.1710
Hunter Lab43.634362.3393-48.7931
CIE-Lab50.733466.9613-47.4290

#be41cb color RGB value is (190,65,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 11001011
Octal 276 101 313
Decimal 190 65 203
Hex BE 41 CB

RGB Percentages of Color #be41cb

%41.48
%14.19
%44.32

CMYK Percentages of Color #be41cb

%6
%68
%0
%20

Triadic Colors of #be41cb

#be41cb #cbbe41 #41cbbe

Analogous Colors of #be41cb

#be41cb #cb4193 #7941cb

Monochromatic Colors of #be41cb

#be41cb

Complementary Color

#be41cb #4ecb41

#be41cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be41cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be41cb Color CSS Codes

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

#be41cb Text Font Color

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

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


#be41cb Background Color

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

This div background color is #be41cb


#be41cb Border Color

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

This div border color is #be41cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be41cb


Comments

No comments written yet.

Please login to write comment.