Color Hex Logo

#427abf Color Hex

#427ABF
(66,122,191)
0 Favorites   0 Comments

Color spaces of #427abf

RGB 66122191
HSL0.590.490.50
HSV213°65°75°
CMYK 0.650.360.00   0.25
XYZ18.610318.838951.9456
Yxy18.83890.20820.2107
Hunter Lab43.40380.5790-40.5755
CIE-Lab50.49823.7108-41.6242

#427abf color RGB value is (66,122,191).

#427abf hex color red value is 66, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #427abf hue: 0.59 , saturation: 0.49 and the lightness value of 427abf is 0.50.

The process color (four color CMYK) of #427abf color hex is 0.65, 0.36, 0.00, 0.25. Web safe color of #427abf is #3366cc. Color #427abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111010 10111111
Octal 102 172 277
Decimal 66 122 191
Hex 42 7A BF

RGB Percentages of Color #427abf

%17.41
%32.19
%50.40

CMYK Percentages of Color #427abf

%65
%36
%0
%25

Triadic Colors of #427abf

#427abf #bf427a #7abf42

Analogous Colors of #427abf

#427abf #4842bf #42b9bf

Monochromatic Colors of #427abf

#427abf

Complementary Color

#427abf #bf8742

#427abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#427abf Color CSS Codes

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

#427abf Text Font Color

<p style="color:#427abf">Text here</p>

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


#427abf Background Color

<div style="background-color:#427abf">
Div content here</div>

This div background color is #427abf


#427abf Border Color

<div style="border:3px solid #427abf">
Div here</div>

This div border color is #427abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,122,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427abf;
  -webkit-box-shadow: 1px 1px 3px 2px #427abf;
  box-shadow:         1px 1px 3px 2px #427abf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427abf


Comments

No comments written yet.

Please login to write comment.