Color Hex Logo

#be4bed Color Hex

#BE4BED
(190,75,237)
0 Favorites   0 Comments

Color spaces of #be4bed

RGB 19075237
HSL0.780.820.61
HSV283°68°93°
CMYK 0.200.680.00   0.07
XYZ39.037322.093782.3278
Yxy22.09370.27210.1540
Hunter Lab47.003965.9894-70.9442
CIE-Lab54.126369.3955-61.2970

#be4bed color RGB value is (190,75,237).

#be4bed hex color red value is 190, green value is 75 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #be4bed hue: 0.78 , saturation: 0.82 and the lightness value of be4bed is 0.61.

The process color (four color CMYK) of #be4bed color hex is 0.20, 0.68, 0.00, 0.07. Web safe color of #be4bed is #cc33ff. Color #be4bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001011 11101101
Octal 276 113 355
Decimal 190 75 237
Hex BE 4B ED

RGB Percentages of Color #be4bed

%37.85
%14.94
%47.21

CMYK Percentages of Color #be4bed

%20
%68
%0
%7

Triadic Colors of #be4bed

#be4bed #edbe4b #4bedbe

Analogous Colors of #be4bed

#be4bed #ed4bcb #6d4bed

Monochromatic Colors of #be4bed

#be4bed

Complementary Color

#be4bed #7aed4b

#be4bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4bed Color CSS Codes

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

#be4bed Text Font Color

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

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


#be4bed Background Color

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

This div background color is #be4bed


#be4bed Border Color

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

This div border color is #be4bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4bed


Comments

No comments written yet.

Please login to write comment.