Color Hex Logo

#be3dcb Color Hex

#BE3DCB
(190,61,203)
0 Favorites   0 Comments

Color spaces of #be3dcb

RGB 19061203
HSL0.820.580.52
HSV295°70°80°
CMYK 0.060.700.00   0.20
XYZ33.683418.596458.3141
Yxy18.59640.30460.1682
Hunter Lab43.123563.9585-49.9888
CIE-Lab50.211668.4360-48.2601

#be3dcb color RGB value is (190,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 11001011
Octal 276 75 313
Decimal 190 61 203
Hex BE 3D CB

RGB Percentages of Color #be3dcb

%41.85
%13.44
%44.71

CMYK Percentages of Color #be3dcb

%6
%70
%0
%20

Triadic Colors of #be3dcb

#be3dcb #cbbe3d #3dcbbe

Analogous Colors of #be3dcb

#be3dcb #cb3d91 #773dcb

Monochromatic Colors of #be3dcb

#be3dcb

Complementary Color

#be3dcb #4acb3d

#be3dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dcb Color CSS Codes

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

#be3dcb Text Font Color

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

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


#be3dcb Background Color

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

This div background color is #be3dcb


#be3dcb Border Color

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

This div border color is #be3dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dcb


Comments

No comments written yet.

Please login to write comment.