Color Hex Logo

#be42ce Color Hex

#BE42CE
(190,66,206)
0 Favorites   0 Comments

Color spaces of #be42ce

RGB 19066206
HSL0.810.590.53
HSV293°68°81°
CMYK 0.080.680.00   0.19
XYZ34.324019.299860.3087
Yxy19.29980.30130.1694
Hunter Lab43.931562.5830-50.6405
CIE-Lab51.036167.1112-48.6697

#be42ce color RGB value is (190,66,206).

#be42ce hex color red value is 190, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be42ce hue: 0.81 , saturation: 0.59 and the lightness value of be42ce is 0.53.

The process color (four color CMYK) of #be42ce color hex is 0.08, 0.68, 0.00, 0.19. Web safe color of #be42ce is #cc33cc. Color #be42ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 11001110
Octal 276 102 316
Decimal 190 66 206
Hex BE 42 CE

RGB Percentages of Color #be42ce

%41.13
%14.29
%44.59

CMYK Percentages of Color #be42ce

%8
%68
%0
%19

Triadic Colors of #be42ce

#be42ce #cebe42 #42cebe

Analogous Colors of #be42ce

#be42ce #ce4298 #7842ce

Monochromatic Colors of #be42ce

#be42ce

Complementary Color

#be42ce #52ce42

#be42ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be42ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be42ce Color CSS Codes

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

#be42ce Text Font Color

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

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


#be42ce Background Color

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

This div background color is #be42ce


#be42ce Border Color

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

This div border color is #be42ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be42ce


Comments

No comments written yet.

Please login to write comment.