Color Hex Logo

#745ceb Color Hex

#745CEB
(116,92,235)
0 Favorites   0 Comments

Color spaces of #745ceb

RGB 11692235
HSL0.690.780.64
HSV250°61°92°
CMYK 0.510.610.00   0.08
XYZ26.025017.365580.5775
Yxy17.36550.20990.1401
Hunter Lab41.671938.5511-85.4737
CIE-Lab48.717345.7250-69.3223

#745ceb color RGB value is (116,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 11101011
Octal 164 134 353
Decimal 116 92 235
Hex 74 5C EB

RGB Percentages of Color #745ceb

%26.19
%20.77
%53.05

CMYK Percentages of Color #745ceb

%51
%61
%0
%8

Triadic Colors of #745ceb

#745ceb #eb745c #5ceb74

Analogous Colors of #745ceb

#745ceb #bc5ceb #5c8ceb

Monochromatic Colors of #745ceb

#745ceb

Complementary Color

#745ceb #d3eb5c

#745ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#745ceb Color CSS Codes

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

#745ceb Text Font Color

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

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


#745ceb Background Color

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

This div background color is #745ceb


#745ceb Border Color

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

This div border color is #745ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #745ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745ceb


Comments

No comments written yet.

Please login to write comment.