Color Hex Logo

#be74cc Color Hex

#BE74CC
(190,116,204)
0 Favorites   0 Comments

Color spaces of #be74cc

RGB 190116204
HSL0.810.460.63
HSV290°43°80°
CMYK 0.070.430.00   0.20
XYZ38.379727.797660.4694
Yxy27.79760.30300.2195
Hunter Lab52.723437.6720-31.0943
CIE-Lab59.705443.2486-33.8683

#be74cc color RGB value is (190,116,204).

#be74cc hex color red value is 190, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be74cc hue: 0.81 , saturation: 0.46 and the lightness value of be74cc is 0.63.

The process color (four color CMYK) of #be74cc color hex is 0.07, 0.43, 0.00, 0.20. Web safe color of #be74cc is #cc66cc. Color #be74cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110100 11001100
Octal 276 164 314
Decimal 190 116 204
Hex BE 74 CC

RGB Percentages of Color #be74cc

%37.25
%22.75
%40.00

CMYK Percentages of Color #be74cc

%7
%43
%0
%20

Triadic Colors of #be74cc

#be74cc #ccbe74 #74ccbe

Analogous Colors of #be74cc

#be74cc #cc74ae #9274cc

Monochromatic Colors of #be74cc

#be74cc

Complementary Color

#be74cc #82cc74

#be74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be74cc Color CSS Codes

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

#be74cc Text Font Color

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

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


#be74cc Background Color

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

This div background color is #be74cc


#be74cc Border Color

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

This div border color is #be74cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be74cc


Comments

No comments written yet.

Please login to write comment.