Color Hex Logo

#419ceb Color Hex

#419CEB
(65,156,235)
0 Favorites   0 Comments

Color spaces of #419ceb

RGB 65156235
HSL0.580.810.59
HSV208°72°92°
CMYK 0.720.340.00   0.08
XYZ29.063830.898983.0295
Yxy30.89890.20330.2161
Hunter Lab55.5868-3.9473-49.6502
CIE-Lab62.4222-1.1730-47.5099

#419ceb color RGB value is (65,156,235).

#419ceb hex color red value is 65, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #419ceb hue: 0.58 , saturation: 0.81 and the lightness value of 419ceb is 0.59.

The process color (four color CMYK) of #419ceb color hex is 0.72, 0.34, 0.00, 0.08. Web safe color of #419ceb is #3399ff. Color #419ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 11101011
Octal 101 234 353
Decimal 65 156 235
Hex 41 9C EB

RGB Percentages of Color #419ceb

%14.25
%34.21
%51.54

CMYK Percentages of Color #419ceb

%72
%34
%0
%8

Triadic Colors of #419ceb

#419ceb #eb419c #9ceb41

Analogous Colors of #419ceb

#419ceb #4147eb #41ebe5

Monochromatic Colors of #419ceb

#419ceb

Complementary Color

#419ceb #eb9041

#419ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419ceb Color CSS Codes

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

#419ceb Text Font Color

<p style="color:#419ceb">Text here</p>

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


#419ceb Background Color

<div style="background-color:#419ceb">
Div content here</div>

This div background color is #419ceb


#419ceb Border Color

<div style="border:3px solid #419ceb">
Div here</div>

This div border color is #419ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,156,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #419ceb;
  box-shadow:         1px 1px 3px 2px #419ceb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419ceb


Comments

No comments written yet.

Please login to write comment.