Color Hex Logo

#be3ccd Color Hex

#BE3CCD
(190,60,205)
0 Favorites   0 Comments

Color spaces of #be3ccd

RGB 19060205
HSL0.820.590.52
HSV294°71°80°
CMYK 0.070.710.00   0.20
XYZ33.870518.586659.5600
Yxy18.58660.30240.1659
Hunter Lab43.112264.7898-51.7313
CIE-Lab50.200069.1401-49.4288

#be3ccd color RGB value is (190,60,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111100 11001101
Octal 276 74 315
Decimal 190 60 205
Hex BE 3C CD

RGB Percentages of Color #be3ccd

%41.76
%13.19
%45.05

CMYK Percentages of Color #be3ccd

%7
%71
%0
%20

Triadic Colors of #be3ccd

#be3ccd #cdbe3c #3ccdbe

Analogous Colors of #be3ccd

#be3ccd #cd3c94 #763ccd

Monochromatic Colors of #be3ccd

#be3ccd

Complementary Color

#be3ccd #4bcd3c

#be3ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3ccd Color CSS Codes

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

#be3ccd Text Font Color

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

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


#be3ccd Background Color

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

This div background color is #be3ccd


#be3ccd Border Color

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

This div border color is #be3ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3ccd


Comments

No comments written yet.

Please login to write comment.