Color Hex Logo

#819cec Color Hex

#819CEC
(129,156,236)
0 Favorites   0 Comments

Color spaces of #819cec

RGB 129156236
HSL0.620.740.72
HSV225°45°93°
CMYK 0.450.340.00   0.07
XYZ36.082034.500284.1144
Yxy34.50020.23320.2230
Hunter Lab58.73696.8628-43.7907
CIE-Lab65.357711.3583-43.2411

#819cec color RGB value is (129,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 11101100
Octal 201 234 354
Decimal 129 156 236
Hex 81 9C EC

RGB Percentages of Color #819cec

%24.76
%29.94
%45.30

CMYK Percentages of Color #819cec

%45
%34
%0
%7

Triadic Colors of #819cec

#819cec #ec819c #9cec81

Analogous Colors of #819cec

#819cec #9c81ec #81d2ec

Monochromatic Colors of #819cec

#819cec

Complementary Color

#819cec #ecd181

#819cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cec Color CSS Codes

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

#819cec Text Font Color

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

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


#819cec Background Color

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

This div background color is #819cec


#819cec Border Color

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

This div border color is #819cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cec


Comments

No comments written yet.

Please login to write comment.