Color Hex Logo

#4273de Color Hex

#4273DE
(66,115,222)
0 Favorites   0 Comments

Color spaces of #4273de

RGB 66115222
HSL0.610.700.56
HSV221°70°87°
CMYK 0.700.480.00   0.13
XYZ21.562318.693671.5790
Yxy18.69360.19280.1672
Hunter Lab43.236113.3567-67.8916
CIE-Lab50.326819.0542-59.5457

#4273de color RGB value is (66,115,222).

#4273de hex color red value is 66, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4273de hue: 0.61 , saturation: 0.70 and the lightness value of 4273de is 0.56.

The process color (four color CMYK) of #4273de color hex is 0.70, 0.48, 0.00, 0.13. Web safe color of #4273de is #3366cc. Color #4273de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110011 11011110
Octal 102 163 336
Decimal 66 115 222
Hex 42 73 DE

RGB Percentages of Color #4273de

%16.38
%28.54
%55.09

CMYK Percentages of Color #4273de

%70
%48
%0
%13

Triadic Colors of #4273de

#4273de #de4273 #73de42

Analogous Colors of #4273de

#4273de #5f42de #42c1de

Monochromatic Colors of #4273de

#4273de

Complementary Color

#4273de #dead42

#4273de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4273de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4273de Color CSS Codes

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

#4273de Text Font Color

<p style="color:#4273de">Text here</p>

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


#4273de Background Color

<div style="background-color:#4273de">
Div content here</div>

This div background color is #4273de


#4273de Border Color

<div style="border:3px solid #4273de">
Div here</div>

This div border color is #4273de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,115,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4273de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4273de;
  -webkit-box-shadow: 1px 1px 3px 2px #4273de;
  box-shadow:         1px 1px 3px 2px #4273de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4273de


Comments

No comments written yet.

Please login to write comment.