Color Hex Logo

#763bdf Color Hex

#763BDF
(118,59,223)
0 Favorites   0 Comments

Color spaces of #763bdf

RGB 11859223
HSL0.730.720.55
HSV262°74°87°
CMYK 0.470.740.00   0.13
XYZ22.354512.307271.0094
Yxy12.30720.21150.1165
Hunter Lab35.081652.3499-95.4529
CIE-Lab41.700359.9272-73.9565

#763bdf color RGB value is (118,59,223).

#763bdf hex color red value is 118, green value is 59 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #763bdf hue: 0.73 , saturation: 0.72 and the lightness value of 763bdf is 0.55.

The process color (four color CMYK) of #763bdf color hex is 0.47, 0.74, 0.00, 0.13. Web safe color of #763bdf is #6633cc. Color #763bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111011 11011111
Octal 166 73 337
Decimal 118 59 223
Hex 76 3B DF

RGB Percentages of Color #763bdf

%29.50
%14.75
%55.75

CMYK Percentages of Color #763bdf

%47
%74
%0
%13

Triadic Colors of #763bdf

#763bdf #df763b #3bdf76

Analogous Colors of #763bdf

#763bdf #c83bdf #3b52df

Monochromatic Colors of #763bdf

#763bdf

Complementary Color

#763bdf #a4df3b

#763bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#763bdf Color CSS Codes

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

#763bdf Text Font Color

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

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


#763bdf Background Color

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

This div background color is #763bdf


#763bdf Border Color

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

This div border color is #763bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763bdf


Comments

No comments written yet.

Please login to write comment.