Color Hex Logo

#7767fd Color Hex

#7767FD
(119,103,253)
0 Favorites   0 Comments

Color spaces of #7767fd

RGB 119103253
HSL0.680.970.70
HSV246°59°99°
CMYK 0.530.590.00   0.01
XYZ30.187620.714395.3357
Yxy20.71430.20640.1416
Hunter Lab45.513038.7469-92.3353
CIE-Lab52.635445.2984-72.9985

#7767fd color RGB value is (119,103,253).

#7767fd hex color red value is 119, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7767fd hue: 0.68 , saturation: 0.97 and the lightness value of 7767fd is 0.70.

The process color (four color CMYK) of #7767fd color hex is 0.53, 0.59, 0.00, 0.01. Web safe color of #7767fd is #6666ff. Color #7767fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100111 11111101
Octal 167 147 375
Decimal 119 103 253
Hex 77 67 FD

RGB Percentages of Color #7767fd

%25.05
%21.68
%53.26

CMYK Percentages of Color #7767fd

%53
%59
%0
%1

Triadic Colors of #7767fd

#7767fd #fd7767 #67fd77

Analogous Colors of #7767fd

#7767fd #c267fd #67a2fd

Monochromatic Colors of #7767fd

#7767fd

Complementary Color

#7767fd #edfd67

#7767fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7767fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7767fd Color CSS Codes

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

#7767fd Text Font Color

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

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


#7767fd Background Color

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

This div background color is #7767fd


#7767fd Border Color

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

This div border color is #7767fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,103,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7767fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7767fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7767fd;
  box-shadow:         1px 1px 3px 2px #7767fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,103,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 #7767fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7767fd

Related Colors


Comments

No comments written yet.

Please login to write comment.