Color Hex Logo

#4263ce Color Hex

#4263CE
(66,99,206)
0 Favorites   0 Comments

Color spaces of #4263ce

RGB 6699206
HSL0.630.590.53
HSV226°68°81°
CMYK 0.680.520.00   0.19
XYZ17.849214.538260.2579
Yxy14.53820.19270.1569
Hunter Lab38.129016.8349-67.0098
CIE-Lab44.995123.4179-59.0391

#4263ce color RGB value is (66,99,206).

#4263ce hex color red value is 66, green value is 99 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4263ce hue: 0.63 , saturation: 0.59 and the lightness value of 4263ce is 0.53.

The process color (four color CMYK) of #4263ce color hex is 0.68, 0.52, 0.00, 0.19. Web safe color of #4263ce is #3366cc. Color #4263ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 11001110
Octal 102 143 316
Decimal 66 99 206
Hex 42 63 CE

RGB Percentages of Color #4263ce

%17.79
%26.68
%55.53

CMYK Percentages of Color #4263ce

%68
%52
%0
%19

Triadic Colors of #4263ce

#4263ce #ce4263 #63ce42

Analogous Colors of #4263ce

#4263ce #6742ce #42a9ce

Monochromatic Colors of #4263ce

#4263ce

Complementary Color

#4263ce #cead42

#4263ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4263ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4263ce Color CSS Codes

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

#4263ce Text Font Color

<p style="color:#4263ce">Text here</p>

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


#4263ce Background Color

<div style="background-color:#4263ce">
Div content here</div>

This div background color is #4263ce


#4263ce Border Color

<div style="border:3px solid #4263ce">
Div here</div>

This div border color is #4263ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,99,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4263ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4263ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4263ce;
  box-shadow:         1px 1px 3px 2px #4263ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4263ce


Comments

No comments written yet.

Please login to write comment.