Color Hex Logo

#4267ef Color Hex

#4267EF
(66,103,239)
0 Favorites   0 Comments

Color spaces of #4267ef

RGB 66103239
HSL0.630.840.60
HSV227°72°94°
CMYK 0.720.570.00   0.06
XYZ22.677017.090783.7650
Yxy17.09070.18360.1383
Hunter Lab41.340925.5672-91.1949
CIE-Lab48.374132.6377-72.2687

#4267ef color RGB value is (66,103,239).

#4267ef hex color red value is 66, green value is 103 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4267ef hue: 0.63 , saturation: 0.84 and the lightness value of 4267ef is 0.60.

The process color (four color CMYK) of #4267ef color hex is 0.72, 0.57, 0.00, 0.06. Web safe color of #4267ef is #3366ff. Color #4267ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 11101111
Octal 102 147 357
Decimal 66 103 239
Hex 42 67 EF

RGB Percentages of Color #4267ef

%16.18
%25.25
%58.58

CMYK Percentages of Color #4267ef

%72
%57
%0
%6

Triadic Colors of #4267ef

#4267ef #ef4267 #67ef42

Analogous Colors of #4267ef

#4267ef #7442ef #42beef

Monochromatic Colors of #4267ef

#4267ef

Complementary Color

#4267ef #efca42

#4267ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4267ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4267ef Color CSS Codes

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

#4267ef Text Font Color

<p style="color:#4267ef">Text here</p>

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


#4267ef Background Color

<div style="background-color:#4267ef">
Div content here</div>

This div background color is #4267ef


#4267ef Border Color

<div style="border:3px solid #4267ef">
Div here</div>

This div border color is #4267ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,103,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4267ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4267ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4267ef;
  box-shadow:         1px 1px 3px 2px #4267ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4267ef


Comments

No comments written yet.

Please login to write comment.