Color Hex Logo

#775cfd Color Hex

#775CFD
(119,92,253)
0 Favorites   0 Comments

Color spaces of #775cfd

RGB 11992253
HSL0.690.980.68
HSV250°64°99°
CMYK 0.530.640.00   0.01
XYZ29.164518.668194.9947
Yxy18.66810.20420.1307
Hunter Lab43.206644.8762-100.1113
CIE-Lab50.296651.4810-76.8024

#775cfd color RGB value is (119,92,253).

#775cfd hex color red value is 119, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #775cfd hue: 0.69 , saturation: 0.98 and the lightness value of 775cfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011100 11111101
Octal 167 134 375
Decimal 119 92 253
Hex 77 5C FD

RGB Percentages of Color #775cfd

%25.65
%19.83
%54.53

CMYK Percentages of Color #775cfd

%53
%64
%0
%1

Triadic Colors of #775cfd

#775cfd #fd775c #5cfd77

Analogous Colors of #775cfd

#775cfd #c85cfd #5c92fd

Monochromatic Colors of #775cfd

#775cfd

Complementary Color

#775cfd #e2fd5c

#775cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#775cfd Color CSS Codes

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

#775cfd Text Font Color

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

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


#775cfd Background Color

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

This div background color is #775cfd


#775cfd Border Color

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

This div border color is #775cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775cfd


Comments

No comments written yet.

Please login to write comment.