Color Hex Logo

#be34cc Color Hex

#BE34CC
(190,52,204)
0 Favorites   0 Comments

Color spaces of #be34cc

RGB 19052204
HSL0.820.600.50
HSV294°75°80°
CMYK 0.070.750.00   0.20
XYZ33.362317.762858.7969
Yxy17.76280.30350.1616
Hunter Lab42.145967.5434-53.2121
CIE-Lab49.207171.6378-50.4390

#be34cc color RGB value is (190,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 11001100
Octal 276 64 314
Decimal 190 52 204
Hex BE 34 CC

RGB Percentages of Color #be34cc

%42.60
%11.66
%45.74

CMYK Percentages of Color #be34cc

%7
%75
%0
%20

Triadic Colors of #be34cc

#be34cc #ccbe34 #34ccbe

Analogous Colors of #be34cc

#be34cc #cc348e #7234cc

Monochromatic Colors of #be34cc

#be34cc

Complementary Color

#be34cc #42cc34

#be34cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be34cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be34cc Color CSS Codes

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

#be34cc Text Font Color

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

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


#be34cc Background Color

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

This div background color is #be34cc


#be34cc Border Color

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

This div border color is #be34cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be34cc


Comments

No comments written yet.

Please login to write comment.