Color Hex Logo

#4292cb Color Hex

#4292CB
(66,146,203)
0 Favorites   0 Comments

Color spaces of #4292cb

RGB 66146203
HSL0.570.570.53
HSV205°67°80°
CMYK 0.670.280.00   0.20
XYZ23.305126.027860.2955
Yxy26.02780.21260.2374
Hunter Lab51.0174-7.7406-34.3603
CIE-Lab58.0634-6.2895-36.5417

#4292cb color RGB value is (66,146,203).

#4292cb hex color red value is 66, green value is 146 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4292cb hue: 0.57 , saturation: 0.57 and the lightness value of 4292cb is 0.53.

The process color (four color CMYK) of #4292cb color hex is 0.67, 0.28, 0.00, 0.20. Web safe color of #4292cb is #3399cc. Color #4292cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010010 11001011
Octal 102 222 313
Decimal 66 146 203
Hex 42 92 CB

RGB Percentages of Color #4292cb

%15.90
%35.18
%48.92

CMYK Percentages of Color #4292cb

%67
%28
%0
%20

Triadic Colors of #4292cb

#4292cb #cb4292 #92cb42

Analogous Colors of #4292cb

#4292cb #424ecb #42cbc0

Monochromatic Colors of #4292cb

#4292cb

Complementary Color

#4292cb #cb7b42

#4292cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4292cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4292cb Color CSS Codes

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

#4292cb Text Font Color

<p style="color:#4292cb">Text here</p>

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


#4292cb Background Color

<div style="background-color:#4292cb">
Div content here</div>

This div background color is #4292cb


#4292cb Border Color

<div style="border:3px solid #4292cb">
Div here</div>

This div border color is #4292cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,146,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4292cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4292cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4292cb;
  box-shadow:         1px 1px 3px 2px #4292cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,146,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4292cb


Comments

No comments written yet.

Please login to write comment.