Color Hex Logo

#be25ce Color Hex

#BE25CE
(190,37,206)
0 Favorites   0 Comments

Color spaces of #be25ce

RGB 19037206
HSL0.820.700.48
HSV294°82°81°
CMYK 0.080.820.00   0.19
XYZ33.037416.726559.8798
Yxy16.72650.30130.1526
Hunter Lab40.898072.6205-58.1793
CIE-Lab47.913676.0649-53.6631

#be25ce color RGB value is (190,37,206).

#be25ce hex color red value is 190, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #be25ce hue: 0.82 , saturation: 0.70 and the lightness value of be25ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 11001110
Octal 276 45 316
Decimal 190 37 206
Hex BE 25 CE

RGB Percentages of Color #be25ce

%43.88
%8.55
%47.58

CMYK Percentages of Color #be25ce

%8
%82
%0
%19

Triadic Colors of #be25ce

#be25ce #cebe25 #25cebe

Analogous Colors of #be25ce

#be25ce #ce258a #6a25ce

Monochromatic Colors of #be25ce

#be25ce

Complementary Color

#be25ce #35ce25

#be25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#be25ce Color CSS Codes

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

#be25ce Text Font Color

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

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


#be25ce Background Color

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

This div background color is #be25ce


#be25ce Border Color

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

This div border color is #be25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be25ce


Comments

No comments written yet.

Please login to write comment.