Color Hex Logo

#4c3deb Color Hex

#4C3DEB
(76,61,235)
0 Favorites   0 Comments

Color spaces of #4c3deb

RGB 7661235
HSL0.680.810.58
HSV245°74°92°
CMYK 0.680.740.00   0.08
XYZ19.644610.872179.6604
Yxy10.87210.17830.0987
Hunter Lab32.972948.6443-120.1599
CIE-Lab39.364256.9842-84.7594

#4c3deb color RGB value is (76,61,235).

#4c3deb hex color red value is 76, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4c3deb hue: 0.68 , saturation: 0.81 and the lightness value of 4c3deb is 0.58.

The process color (four color CMYK) of #4c3deb color hex is 0.68, 0.74, 0.00, 0.08. Web safe color of #4c3deb is #3333ff. Color #4c3deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00111101 11101011
Octal 114 75 353
Decimal 76 61 235
Hex 4C 3D EB

RGB Percentages of Color #4c3deb

%20.43
%16.40
%63.17

CMYK Percentages of Color #4c3deb

%68
%74
%0
%8

Triadic Colors of #4c3deb

#4c3deb #eb4c3d #3deb4c

Analogous Colors of #4c3deb

#4c3deb #a33deb #3d85eb

Monochromatic Colors of #4c3deb

#4c3deb

Complementary Color

#4c3deb #dceb3d

#4c3deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3deb Color CSS Codes

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

#4c3deb Text Font Color

<p style="color:#4c3deb">Text here</p>

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


#4c3deb Background Color

<div style="background-color:#4c3deb">
Div content here</div>

This div background color is #4c3deb


#4c3deb Border Color

<div style="border:3px solid #4c3deb">
Div here</div>

This div border color is #4c3deb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,61,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c3deb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c3deb;
  -webkit-box-shadow: 1px 1px 3px 2px #4c3deb;
  box-shadow:         1px 1px 3px 2px #4c3deb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3deb


Comments

No comments written yet.

Please login to write comment.