Color Hex Logo

#be24cd Color Hex

#BE24CD
(190,36,205)
0 Favorites   0 Comments

Color spaces of #be24cd

RGB 19036205
HSL0.820.700.47
HSV295°82°80°
CMYK 0.070.820.00   0.20
XYZ32.885516.616759.2317
Yxy16.61670.30240.1528
Hunter Lab40.763672.6663-57.6171
CIE-Lab47.773476.1294-53.3115

#be24cd color RGB value is (190,36,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 11001101
Octal 276 44 315
Decimal 190 36 205
Hex BE 24 CD

RGB Percentages of Color #be24cd

%44.08
%8.35
%47.56

CMYK Percentages of Color #be24cd

%7
%82
%0
%20

Triadic Colors of #be24cd

#be24cd #cdbe24 #24cdbe

Analogous Colors of #be24cd

#be24cd #cd2488 #6a24cd

Monochromatic Colors of #be24cd

#be24cd

Complementary Color

#be24cd #33cd24

#be24cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be24cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be24cd Color CSS Codes

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

#be24cd Text Font Color

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

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


#be24cd Background Color

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

This div background color is #be24cd


#be24cd Border Color

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

This div border color is #be24cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be24cd


Comments

No comments written yet.

Please login to write comment.