Color Hex Logo

#be7ccb Color Hex

#BE7CCB
(190,124,203)
0 Favorites   0 Comments

Color spaces of #be7ccb

RGB 190124203
HSL0.810.430.64
HSV290°39°80°
CMYK 0.060.390.00   0.20
XYZ39.222329.674260.1604
Yxy29.67420.30390.2299
Hunter Lab54.474033.1937-27.3473
CIE-Lab61.372138.7498-30.7143

#be7ccb color RGB value is (190,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111100 11001011
Octal 276 174 313
Decimal 190 124 203
Hex BE 7C CB

RGB Percentages of Color #be7ccb

%36.75
%23.98
%39.26

CMYK Percentages of Color #be7ccb

%6
%39
%0
%20

Triadic Colors of #be7ccb

#be7ccb #cbbe7c #7ccbbe

Analogous Colors of #be7ccb

#be7ccb #cb7cb1 #977ccb

Monochromatic Colors of #be7ccb

#be7ccb

Complementary Color

#be7ccb #89cb7c

#be7ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7ccb Color CSS Codes

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

#be7ccb Text Font Color

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

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


#be7ccb Background Color

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

This div background color is #be7ccb


#be7ccb Border Color

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

This div border color is #be7ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7ccb


Comments

No comments written yet.

Please login to write comment.