Color Hex Logo

#be12cd Color Hex

#BE12CD
(190,18,205)
0 Favorites   0 Comments

Color spaces of #be12cd

RGB 19018205
HSL0.820.840.44
HSV295°91°80°
CMYK 0.070.910.00   0.20
XYZ32.471015.787559.0935
Yxy15.78750.30250.1471
Hunter Lab39.733576.3402-60.3654
CIE-Lab46.694579.2990-55.0446

#be12cd color RGB value is (190,18,205).

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

The process color (four color CMYK) of #be12cd color hex is 0.07, 0.91, 0.00, 0.20. Web safe color of #be12cd is #cc00cc. Color #be12cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 11001101
Octal 276 22 315
Decimal 190 18 205
Hex BE 12 CD

RGB Percentages of Color #be12cd

%46.00
%4.36
%49.64

CMYK Percentages of Color #be12cd

%7
%91
%0
%20

Triadic Colors of #be12cd

#be12cd #cdbe12 #12cdbe

Analogous Colors of #be12cd

#be12cd #cd127f #6012cd

Monochromatic Colors of #be12cd

#be12cd

Complementary Color

#be12cd #21cd12

#be12cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be12cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be12cd Color CSS Codes

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

#be12cd Text Font Color

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

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


#be12cd Background Color

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

This div background color is #be12cd


#be12cd Border Color

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

This div border color is #be12cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be12cd


Comments

No comments written yet.

Please login to write comment.