Color Hex Logo

#4e83ca Color Hex

#4E83CA
(78,131,202)
0 Favorites   0 Comments

Color spaces of #4e83ca

RGB 78131202
HSL0.600.540.55
HSV214°61°79°
CMYK 0.610.350.00   0.21
XYZ21.918922.116658.9908
Yxy22.11660.21280.2147
Hunter Lab47.02830.8956-41.4517
CIE-Lab54.15054.2445-42.0948

#4e83ca color RGB value is (78,131,202).

#4e83ca hex color red value is 78, green value is 131 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4e83ca hue: 0.60 , saturation: 0.54 and the lightness value of 4e83ca is 0.55.

The process color (four color CMYK) of #4e83ca color hex is 0.61, 0.35, 0.00, 0.21. Web safe color of #4e83ca is #6699cc. Color #4e83ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000011 11001010
Octal 116 203 312
Decimal 78 131 202
Hex 4E 83 CA

RGB Percentages of Color #4e83ca

%18.98
%31.87
%49.15

CMYK Percentages of Color #4e83ca

%61
%35
%0
%21

Triadic Colors of #4e83ca

#4e83ca #ca4e83 #83ca4e

Analogous Colors of #4e83ca

#4e83ca #574eca #4ec1ca

Monochromatic Colors of #4e83ca

#4e83ca

Complementary Color

#4e83ca #ca954e

#4e83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e83ca Color CSS Codes

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

#4e83ca Text Font Color

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

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


#4e83ca Background Color

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

This div background color is #4e83ca


#4e83ca Border Color

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

This div border color is #4e83ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,131,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e83ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e83ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4e83ca;
  box-shadow:         1px 1px 3px 2px #4e83ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,131,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e83ca


Comments

No comments written yet.

Please login to write comment.