Color Hex Logo

#be0ccd Color Hex

#BE0CCD
(190,12,205)
0 Favorites   0 Comments

Color spaces of #be0ccd

RGB 19012205
HSL0.820.890.43
HSV295°94°80°
CMYK 0.070.940.00   0.20
XYZ32.386115.617959.0652
Yxy15.61790.30250.1459
Hunter Lab39.519577.1211-60.9502
CIE-Lab46.469179.9653-55.4071

#be0ccd color RGB value is (190,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001100 11001101
Octal 276 14 315
Decimal 190 12 205
Hex BE C CD

RGB Percentages of Color #be0ccd

%46.68
%2.95
%50.37

CMYK Percentages of Color #be0ccd

%7
%94
%0
%20

Triadic Colors of #be0ccd

#be0ccd #cdbe0c #0ccdbe

Analogous Colors of #be0ccd

#be0ccd #cd0c7c #5d0ccd

Monochromatic Colors of #be0ccd

#be0ccd

Complementary Color

#be0ccd #1bcd0c

#be0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0ccd Color CSS Codes

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

#be0ccd Text Font Color

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

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


#be0ccd Background Color

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

This div background color is #be0ccd


#be0ccd Border Color

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

This div border color is #be0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0ccd


Comments

No comments written yet.

Please login to write comment.