Color Hex Logo

#4293cb Color Hex

#4293CB
(66,147,203)
0 Favorites   0 Comments

Color spaces of #4293cb

RGB 66147203
HSL0.570.570.53
HSV205°67°80°
CMYK 0.670.280.00   0.20
XYZ23.460026.337560.3471
Yxy26.33750.21300.2391
Hunter Lab51.3201-8.2122-33.7949
CIE-Lab58.3560-6.8588-36.0840

#4293cb color RGB value is (66,147,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 11001011
Octal 102 223 313
Decimal 66 147 203
Hex 42 93 CB

RGB Percentages of Color #4293cb

%15.87
%35.34
%48.80

CMYK Percentages of Color #4293cb

%67
%28
%0
%20

Triadic Colors of #4293cb

#4293cb #cb4293 #93cb42

Analogous Colors of #4293cb

#4293cb #424fcb #42cbbf

Monochromatic Colors of #4293cb

#4293cb

Complementary Color

#4293cb #cb7a42

#4293cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4293cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4293cb Color CSS Codes

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

#4293cb Text Font Color

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

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


#4293cb Background Color

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

This div background color is #4293cb


#4293cb Border Color

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

This div border color is #4293cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,147,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 #4293cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4293cb


Comments

No comments written yet.

Please login to write comment.