Color Hex Logo

#beb3cb Color Hex

#BEB3CB
(190,179,203)
0 Favorites   0 Comments

Color spaces of #beb3cb

RGB 190179203
HSL0.740.190.75
HSV268°12°80°
CMYK 0.060.120.00   0.20
XYZ48.134847.499163.1312
Yxy47.49910.30320.2992
Hunter Lab68.91964.0586-6.0667
CIE-Lab74.50798.4244-10.7245

#beb3cb color RGB value is (190,179,203).

#beb3cb hex color red value is 190, green value is 179 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #beb3cb hue: 0.74 , saturation: 0.19 and the lightness value of beb3cb is 0.75.

The process color (four color CMYK) of #beb3cb color hex is 0.06, 0.12, 0.00, 0.20. Web safe color of #beb3cb is #cccccc. Color #beb3cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 11001011
Octal 276 263 313
Decimal 190 179 203
Hex BE B3 CB

RGB Percentages of Color #beb3cb

%33.22
%31.29
%35.49

CMYK Percentages of Color #beb3cb

%6
%12
%0
%20

Triadic Colors of #beb3cb

#beb3cb #cbbeb3 #b3cbbe

Analogous Colors of #beb3cb

#beb3cb #cab3cb #b3b4cb

Monochromatic Colors of #beb3cb

#beb3cb

Complementary Color

#beb3cb #c0cbb3

#beb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb3cb Color CSS Codes

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

#beb3cb Text Font Color

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

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


#beb3cb Background Color

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

This div background color is #beb3cb


#beb3cb Border Color

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

This div border color is #beb3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb3cb


Comments

No comments written yet.

Please login to write comment.