Color Hex Logo

#763dbc Color Hex

#763DBC
(118,61,188)
0 Favorites   0 Comments

Color spaces of #763dbc

RGB 11861188
HSL0.740.510.49
HSV267°68°74°
CMYK 0.370.680.00   0.26
XYZ18.217110.819948.7053
Yxy10.81990.23430.1392
Hunter Lab32.893641.2928-64.7647
CIE-Lab39.275550.0253-57.6542

#763dbc color RGB value is (118,61,188).

#763dbc hex color red value is 118, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #763dbc hue: 0.74 , saturation: 0.51 and the lightness value of 763dbc is 0.49.

The process color (four color CMYK) of #763dbc color hex is 0.37, 0.68, 0.00, 0.26. Web safe color of #763dbc is #6633cc. Color #763dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 10111100
Octal 166 75 274
Decimal 118 61 188
Hex 76 3D BC

RGB Percentages of Color #763dbc

%32.15
%16.62
%51.23

CMYK Percentages of Color #763dbc

%37
%68
%0
%26

Triadic Colors of #763dbc

#763dbc #bc763d #3dbc76

Analogous Colors of #763dbc

#763dbc #b63dbc #3d44bc

Monochromatic Colors of #763dbc

#763dbc

Complementary Color

#763dbc #83bc3d

#763dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#763dbc Color CSS Codes

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

#763dbc Text Font Color

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

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


#763dbc Background Color

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

This div background color is #763dbc


#763dbc Border Color

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

This div border color is #763dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,61,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #763dbc;
  box-shadow:         1px 1px 3px 2px #763dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763dbc


Comments

No comments written yet.

Please login to write comment.