Color Hex Logo

#427acf Color Hex

#427ACF
(66,122,207)
0 Favorites   0 Comments

Color spaces of #427acf

RGB 66122207
HSL0.600.590.54
HSV216°68°81°
CMYK 0.680.410.00   0.19
XYZ20.468819.582361.7324
Yxy19.58230.20110.1924
Hunter Lab44.25195.1247-51.7346
CIE-Lab51.36169.3490-49.3909

#427acf color RGB value is (66,122,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111010 11001111
Octal 102 172 317
Decimal 66 122 207
Hex 42 7A CF

RGB Percentages of Color #427acf

%16.71
%30.89
%52.41

CMYK Percentages of Color #427acf

%68
%41
%0
%19

Triadic Colors of #427acf

#427acf #cf427a #7acf42

Analogous Colors of #427acf

#427acf #5142cf #42c1cf

Monochromatic Colors of #427acf

#427acf

Complementary Color

#427acf #cf9742

#427acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#427acf Color CSS Codes

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

#427acf Text Font Color

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

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


#427acf Background Color

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

This div background color is #427acf


#427acf Border Color

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

This div border color is #427acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427acf


Comments

No comments written yet.

Please login to write comment.