Color Hex Logo

#427bdc Color Hex

#427BDC
(66,123,220)
0 Favorites   0 Comments

Color spaces of #427bdc

RGB 66123220
HSL0.600.690.56
HSV218°70°86°
CMYK 0.700.440.00   0.14
XYZ22.248020.491570.4928
Yxy20.49150.19650.1810
Hunter Lab45.26758.5106-60.6420
CIE-Lab52.388413.3667-55.1070

#427bdc color RGB value is (66,123,220).

#427bdc hex color red value is 66, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #427bdc hue: 0.60 , saturation: 0.69 and the lightness value of 427bdc is 0.56.

The process color (four color CMYK) of #427bdc color hex is 0.70, 0.44, 0.00, 0.14. Web safe color of #427bdc is #3366cc. Color #427bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111011 11011100
Octal 102 173 334
Decimal 66 123 220
Hex 42 7B DC

RGB Percentages of Color #427bdc

%16.14
%30.07
%53.79

CMYK Percentages of Color #427bdc

%70
%44
%0
%14

Triadic Colors of #427bdc

#427bdc #dc427b #7bdc42

Analogous Colors of #427bdc

#427bdc #5642dc #42c8dc

Monochromatic Colors of #427bdc

#427bdc

Complementary Color

#427bdc #dca342

#427bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#427bdc Color CSS Codes

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

#427bdc Text Font Color

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

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


#427bdc Background Color

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

This div background color is #427bdc


#427bdc Border Color

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

This div border color is #427bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427bdc


Comments

No comments written yet.

Please login to write comment.