Color Hex Logo

#775ceb Color Hex

#775CEB
(119,92,235)
0 Favorites   0 Comments

Color spaces of #775ceb

RGB 11992235
HSL0.700.780.64
HSV251°61°92°
CMYK 0.490.610.00   0.08
XYZ26.430317.574480.5964
Yxy17.57440.21210.1410
Hunter Lab41.921839.1750-84.6421
CIE-Lab48.975846.2877-68.8908

#775ceb color RGB value is (119,92,235).

#775ceb hex color red value is 119, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #775ceb hue: 0.70 , saturation: 0.78 and the lightness value of 775ceb is 0.64.

The process color (four color CMYK) of #775ceb color hex is 0.49, 0.61, 0.00, 0.08. Web safe color of #775ceb is #6666ff. Color #775ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011100 11101011
Octal 167 134 353
Decimal 119 92 235
Hex 77 5C EB

RGB Percentages of Color #775ceb

%26.68
%20.63
%52.69

CMYK Percentages of Color #775ceb

%49
%61
%0
%8

Triadic Colors of #775ceb

#775ceb #eb775c #5ceb77

Analogous Colors of #775ceb

#775ceb #bf5ceb #5c89eb

Monochromatic Colors of #775ceb

#775ceb

Complementary Color

#775ceb #d0eb5c

#775ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#775ceb Color CSS Codes

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

#775ceb Text Font Color

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

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


#775ceb Background Color

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

This div background color is #775ceb


#775ceb Border Color

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

This div border color is #775ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,92,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775ceb


Comments

No comments written yet.

Please login to write comment.