Color Hex Logo

#be3dcc Color Hex

#BE3DCC
(190,61,204)
0 Favorites   0 Comments

Color spaces of #be3dcc

RGB 19061204
HSL0.820.580.52
HSV294°70°80°
CMYK 0.070.700.00   0.20
XYZ33.803018.644358.9438
Yxy18.64430.30350.1674
Hunter Lab43.179064.1766-50.7116
CIE-Lab50.268468.6095-48.7447

#be3dcc color RGB value is (190,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111101 11001100
Octal 276 75 314
Decimal 190 61 204
Hex BE 3D CC

RGB Percentages of Color #be3dcc

%41.76
%13.41
%44.84

CMYK Percentages of Color #be3dcc

%7
%70
%0
%20

Triadic Colors of #be3dcc

#be3dcc #ccbe3d #3dccbe

Analogous Colors of #be3dcc

#be3dcc #cc3d93 #773dcc

Monochromatic Colors of #be3dcc

#be3dcc

Complementary Color

#be3dcc #4bcc3d

#be3dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3dcc Color CSS Codes

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

#be3dcc Text Font Color

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

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


#be3dcc Background Color

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

This div background color is #be3dcc


#be3dcc Border Color

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

This div border color is #be3dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3dcc


Comments

No comments written yet.

Please login to write comment.