Color Hex Logo

#763efd Color Hex

#763EFD
(118,62,253)
0 Favorites   0 Comments

Color spaces of #763efd

RGB 11862253
HSL0.720.980.62
HSV258°75°99°
CMYK 0.530.750.00   0.01
XYZ26.923514.388694.2868
Yxy14.38860.19860.1061
Hunter Lab37.932360.3138-120.8221
CIE-Lab44.785266.3682-85.8290

#763efd color RGB value is (118,62,253).

#763efd hex color red value is 118, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #763efd hue: 0.72 , saturation: 0.98 and the lightness value of 763efd is 0.62.

The process color (four color CMYK) of #763efd color hex is 0.53, 0.75, 0.00, 0.01. Web safe color of #763efd is #6633ff. Color #763efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 11111101
Octal 166 76 375
Decimal 118 62 253
Hex 76 3E FD

RGB Percentages of Color #763efd

%27.25
%14.32
%58.43

CMYK Percentages of Color #763efd

%53
%75
%0
%1

Triadic Colors of #763efd

#763efd #fd763e #3efd76

Analogous Colors of #763efd

#763efd #d63efd #3e66fd

Monochromatic Colors of #763efd

#763efd

Complementary Color

#763efd #c5fd3e

#763efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#763efd Color CSS Codes

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

#763efd Text Font Color

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

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


#763efd Background Color

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

This div background color is #763efd


#763efd Border Color

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

This div border color is #763efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763efd


Comments

No comments written yet.

Please login to write comment.