Color Hex Logo

#4c68ff Color Hex

#4C68FF
(76,104,255)
0 Favorites   0 Comments

Color spaces of #4c68ff

RGB 76104255
HSL0.641.000.65
HSV231°70°100°
CMYK 0.700.590.00   0.00
XYZ25.980818.657196.8396
Yxy18.65710.18360.1319
Hunter Lab43.193931.7772-102.6910
CIE-Lab50.283638.7899-78.0541

#4c68ff color RGB value is (76,104,255).

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

The process color (four color CMYK) of #4c68ff color hex is 0.70, 0.59, 0.00, 0.00. Web safe color of #4c68ff is #3366ff. Color #4c68ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101000 11111111
Octal 114 150 377
Decimal 76 104 255
Hex 4C 68 FF

RGB Percentages of Color #4c68ff

%17.47
%23.91
%58.62

CMYK Percentages of Color #4c68ff

%70
%59
%0
%0

Triadic Colors of #4c68ff

#4c68ff #ff4c68 #68ff4c

Analogous Colors of #4c68ff

#4c68ff #8a4cff #4cc2ff

Monochromatic Colors of #4c68ff

#4c68ff

Complementary Color

#4c68ff #ffe34c

#4c68ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c68ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c68ff Color CSS Codes

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

#4c68ff Text Font Color

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

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


#4c68ff Background Color

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

This div background color is #4c68ff


#4c68ff Border Color

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

This div border color is #4c68ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c68ff

Related Colors


Comments

No comments written yet.

Please login to write comment.