Color Hex Logo

#be3dcd Color Hex

#BE3DCD
(190,61,205)
0 Favorites   0 Comments

Color spaces of #be3dcd

RGB 19061205
HSL0.820.590.52
HSV294°70°80°
CMYK 0.070.700.00   0.20
XYZ33.923418.692459.5776
Yxy18.69240.30240.1666
Hunter Lab43.234764.3963-51.4376
CIE-Lab50.325468.7841-49.2287

#be3dcd color RGB value is (190,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 11001101
Octal 276 75 315
Decimal 190 61 205
Hex BE 3D CD

RGB Percentages of Color #be3dcd

%41.67
%13.38
%44.96

CMYK Percentages of Color #be3dcd

%7
%70
%0
%20

Triadic Colors of #be3dcd

#be3dcd #cdbe3d #3dcdbe

Analogous Colors of #be3dcd

#be3dcd #cd3d94 #763dcd

Monochromatic Colors of #be3dcd

#be3dcd

Complementary Color

#be3dcd #4ccd3d

#be3dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dcd Color CSS Codes

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

#be3dcd Text Font Color

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

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


#be3dcd Background Color

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

This div background color is #be3dcd


#be3dcd Border Color

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

This div border color is #be3dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dcd


Comments

No comments written yet.

Please login to write comment.