Color Hex Logo

#819cea Color Hex

#819CEA
(129,156,234)
0 Favorites   0 Comments

Color spaces of #819cea

RGB 129156234
HSL0.620.710.71
HSV225°45°92°
CMYK 0.450.330.00   0.08
XYZ35.793034.384682.5923
Yxy34.38460.23430.2251
Hunter Lab58.63846.3396-42.4632
CIE-Lab65.266710.7812-42.2843

#819cea color RGB value is (129,156,234).

#819cea hex color red value is 129, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #819cea hue: 0.62 , saturation: 0.71 and the lightness value of 819cea is 0.71.

The process color (four color CMYK) of #819cea color hex is 0.45, 0.33, 0.00, 0.08. Web safe color of #819cea is #9999ff. Color #819cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 11101010
Octal 201 234 352
Decimal 129 156 234
Hex 81 9C EA

RGB Percentages of Color #819cea

%24.86
%30.06
%45.09

CMYK Percentages of Color #819cea

%45
%33
%0
%8

Triadic Colors of #819cea

#819cea #ea819c #9cea81

Analogous Colors of #819cea

#819cea #9b81ea #81d1ea

Monochromatic Colors of #819cea

#819cea

Complementary Color

#819cea #eacf81

#819cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cea Color CSS Codes

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

#819cea Text Font Color

<p style="color:#819cea">Text here</p>

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


#819cea Background Color

<div style="background-color:#819cea">
Div content here</div>

This div background color is #819cea


#819cea Border Color

<div style="border:3px solid #819cea">
Div here</div>

This div border color is #819cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,156,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819cea;
  -webkit-box-shadow: 1px 1px 3px 2px #819cea;
  box-shadow:         1px 1px 3px 2px #819cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,156,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cea


Comments

No comments written yet.

Please login to write comment.