Color Hex Logo

#be4bcc Color Hex

#BE4BCC
(190,75,204)
0 Favorites   0 Comments

Color spaces of #be4bcc

RGB 19075204
HSL0.820.560.55
HSV293°63°80°
CMYK 0.070.630.00   0.20
XYZ34.650420.338959.2263
Yxy20.33890.30340.1781
Hunter Lab45.098758.2232-46.2941
CIE-Lab52.218263.1409-45.6430

#be4bcc color RGB value is (190,75,204).

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

The process color (four color CMYK) of #be4bcc color hex is 0.07, 0.63, 0.00, 0.20. Web safe color of #be4bcc is #cc33cc. Color #be4bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001011 11001100
Octal 276 113 314
Decimal 190 75 204
Hex BE 4B CC

RGB Percentages of Color #be4bcc

%40.51
%15.99
%43.50

CMYK Percentages of Color #be4bcc

%7
%63
%0
%20

Triadic Colors of #be4bcc

#be4bcc #ccbe4b #4bccbe

Analogous Colors of #be4bcc

#be4bcc #cc4b9a #7e4bcc

Monochromatic Colors of #be4bcc

#be4bcc

Complementary Color

#be4bcc #59cc4b

#be4bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4bcc Color CSS Codes

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

#be4bcc Text Font Color

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

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


#be4bcc Background Color

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

This div background color is #be4bcc


#be4bcc Border Color

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

This div border color is #be4bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4bcc


Comments

No comments written yet.

Please login to write comment.