Color Hex Logo

#422fbc Color Hex

#422FBC
(66,47,188)
0 Favorites   0 Comments

Color spaces of #422fbc

RGB 6647188
HSL0.690.600.46
HSV248°75°74°
CMYK 0.650.750.00   0.26
XYZ12.34046.822148.2433
Yxy6.82210.18310.1012
Hunter Lab26.119238.6266-91.2280
CIE-Lab31.398448.8789-70.7502

#422fbc color RGB value is (66,47,188).

#422fbc hex color red value is 66, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #422fbc hue: 0.69 , saturation: 0.60 and the lightness value of 422fbc is 0.46.

The process color (four color CMYK) of #422fbc color hex is 0.65, 0.75, 0.00, 0.26. Web safe color of #422fbc is #3333cc. Color #422fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101111 10111100
Octal 102 57 274
Decimal 66 47 188
Hex 42 2F BC

RGB Percentages of Color #422fbc

%21.93
%15.61
%62.46

CMYK Percentages of Color #422fbc

%65
%75
%0
%26

Triadic Colors of #422fbc

#422fbc #bc422f #2fbc42

Analogous Colors of #422fbc

#422fbc #892fbc #2f63bc

Monochromatic Colors of #422fbc

#422fbc

Complementary Color

#422fbc #a9bc2f

#422fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#422fbc Color CSS Codes

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

#422fbc Text Font Color

<p style="color:#422fbc">Text here</p>

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


#422fbc Background Color

<div style="background-color:#422fbc">
Div content here</div>

This div background color is #422fbc


#422fbc Border Color

<div style="border:3px solid #422fbc">
Div here</div>

This div border color is #422fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,47,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #422fbc;
  box-shadow:         1px 1px 3px 2px #422fbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422fbc


Comments

No comments written yet.

Please login to write comment.