Color Hex Logo

#819ecf Color Hex

#819ECF
(129,158,207)
0 Favorites   0 Comments

Color spaces of #819ecf

RGB 129158207
HSL0.600.450.66
HSV218°38°81°
CMYK 0.380.240.00   0.19
XYZ32.542633.625863.8067
Yxy33.62580.25040.2587
Hunter Lab57.9878-1.3048-24.6482
CIE-Lab64.66452.0988-28.2886

#819ecf color RGB value is (129,158,207).

#819ecf hex color red value is 129, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #819ecf hue: 0.60 , saturation: 0.45 and the lightness value of 819ecf is 0.66.

The process color (four color CMYK) of #819ecf color hex is 0.38, 0.24, 0.00, 0.19. Web safe color of #819ecf is #9999cc. Color #819ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 11001111
Octal 201 236 317
Decimal 129 158 207
Hex 81 9E CF

RGB Percentages of Color #819ecf

%26.11
%31.98
%41.90

CMYK Percentages of Color #819ecf

%38
%24
%0
%19

Triadic Colors of #819ecf

#819ecf #cf819e #9ecf81

Analogous Colors of #819ecf

#819ecf #8b81cf #81c5cf

Monochromatic Colors of #819ecf

#819ecf

Complementary Color

#819ecf #cfb281

#819ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#819ecf Color CSS Codes

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

#819ecf Text Font Color

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

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


#819ecf Background Color

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

This div background color is #819ecf


#819ecf Border Color

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

This div border color is #819ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819ecf


Comments

No comments written yet.

Please login to write comment.