Color Hex Logo

#4c68ef Color Hex

#4C68EF
(76,104,239)
0 Favorites   0 Comments

Color spaces of #4c68ef

RGB 76104239
HSL0.640.840.62
HSV230°68°94°
CMYK 0.680.560.00   0.06
XYZ23.510817.669183.8327
Yxy17.66910.18810.1413
Hunter Lab42.034626.2780-88.8221
CIE-Lab49.092333.2973-71.0798

#4c68ef color RGB value is (76,104,239).

#4c68ef hex color red value is 76, green value is 104 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4c68ef hue: 0.64 , saturation: 0.84 and the lightness value of 4c68ef is 0.62.

The process color (four color CMYK) of #4c68ef color hex is 0.68, 0.56, 0.00, 0.06. Web safe color of #4c68ef is #3366ff. Color #4c68ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101000 11101111
Octal 114 150 357
Decimal 76 104 239
Hex 4C 68 EF

RGB Percentages of Color #4c68ef

%18.14
%24.82
%57.04

CMYK Percentages of Color #4c68ef

%68
%56
%0
%6

Triadic Colors of #4c68ef

#4c68ef #ef4c68 #68ef4c

Analogous Colors of #4c68ef

#4c68ef #824cef #4cbaef

Monochromatic Colors of #4c68ef

#4c68ef

Complementary Color

#4c68ef #efd34c

#4c68ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c68ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c68ef Color CSS Codes

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

#4c68ef Text Font Color

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

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


#4c68ef Background Color

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

This div background color is #4c68ef


#4c68ef Border Color

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

This div border color is #4c68ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,104,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c68ef


Comments

No comments written yet.

Please login to write comment.