Color Hex Logo

#be4acc Color Hex

#BE4ACC
(190,74,204)
0 Favorites   0 Comments

Color spaces of #be4acc

RGB 19074204
HSL0.820.560.55
HSV294°64°80°
CMYK 0.070.640.00   0.20
XYZ34.583120.204359.2038
Yxy20.20430.30340.1772
Hunter Lab44.949258.6736-46.6280
CIE-Lab52.067463.5596-45.8824

#be4acc color RGB value is (190,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001010 11001100
Octal 276 112 314
Decimal 190 74 204
Hex BE 4A CC

RGB Percentages of Color #be4acc

%40.60
%15.81
%43.59

CMYK Percentages of Color #be4acc

%7
%64
%0
%20

Triadic Colors of #be4acc

#be4acc #ccbe4a #4accbe

Analogous Colors of #be4acc

#be4acc #cc4a99 #7d4acc

Monochromatic Colors of #be4acc

#be4acc

Complementary Color

#be4acc #58cc4a

#be4acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4acc Color CSS Codes

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

#be4acc Text Font Color

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

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


#be4acc Background Color

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

This div background color is #be4acc


#be4acc Border Color

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

This div border color is #be4acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4acc


Comments

No comments written yet.

Please login to write comment.