Color Hex Logo

#be70cb Color Hex

#BE70CB
(190,112,203)
0 Favorites   0 Comments

Color spaces of #be70cb

RGB 190112203
HSL0.810.470.62
HSV291°45°80°
CMYK 0.060.450.00   0.20
XYZ37.808926.847359.6892
Yxy26.84730.30410.2159
Hunter Lab51.814439.5761-32.0309
CIE-Lab58.832745.1691-34.6629

#be70cb color RGB value is (190,112,203).

#be70cb hex color red value is 190, green value is 112 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be70cb hue: 0.81 , saturation: 0.47 and the lightness value of be70cb is 0.62.

The process color (four color CMYK) of #be70cb color hex is 0.06, 0.45, 0.00, 0.20. Web safe color of #be70cb is #cc66cc. Color #be70cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 11001011
Octal 276 160 313
Decimal 190 112 203
Hex BE 70 CB

RGB Percentages of Color #be70cb

%37.62
%22.18
%40.20

CMYK Percentages of Color #be70cb

%6
%45
%0
%20

Triadic Colors of #be70cb

#be70cb #cbbe70 #70cbbe

Analogous Colors of #be70cb

#be70cb #cb70ab #9170cb

Monochromatic Colors of #be70cb

#be70cb

Complementary Color

#be70cb #7dcb70

#be70cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be70cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be70cb Color CSS Codes

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

#be70cb Text Font Color

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

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


#be70cb Background Color

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

This div background color is #be70cb


#be70cb Border Color

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

This div border color is #be70cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be70cb


Comments

No comments written yet.

Please login to write comment.