Color Hex Logo

#431cb0 Color Hex

#431CB0
(67,28,176)
0 Favorites   0 Comments

Color spaces of #431cb0

RGB 6728176
HSL0.710.730.40
HSV256°84°69°
CMYK 0.620.840.00   0.31
XYZ10.56655.158441.5130
Yxy5.15840.18460.0901
Hunter Lab22.712143.2985-92.4713
CIE-Lab27.181454.2918-70.5728

#431cb0 color RGB value is (67,28,176).

#431cb0 hex color red value is 67, green value is 28 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #431cb0 hue: 0.71 , saturation: 0.73 and the lightness value of 431cb0 is 0.40.

The process color (four color CMYK) of #431cb0 color hex is 0.62, 0.84, 0.00, 0.31. Web safe color of #431cb0 is #333399. Color #431cb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011100 10110000
Octal 103 34 260
Decimal 67 28 176
Hex 43 1C B0

RGB Percentages of Color #431cb0

%24.72
%10.33
%64.94

CMYK Percentages of Color #431cb0

%62
%84
%0
%31

Triadic Colors of #431cb0

#431cb0 #b0431c #1cb043

Analogous Colors of #431cb0

#431cb0 #8d1cb0 #1c3fb0

Monochromatic Colors of #431cb0

#431cb0

Complementary Color

#431cb0 #89b01c

#431cb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431cb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#431cb0 Color CSS Codes

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

#431cb0 Text Font Color

<p style="color:#431cb0">Text here</p>

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


#431cb0 Background Color

<div style="background-color:#431cb0">
Div content here</div>

This div background color is #431cb0


#431cb0 Border Color

<div style="border:3px solid #431cb0">
Div here</div>

This div border color is #431cb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,28,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #431cb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #431cb0;
  -webkit-box-shadow: 1px 1px 3px 2px #431cb0;
  box-shadow:         1px 1px 3px 2px #431cb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,28,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431cb0


Comments

No comments written yet.

Please login to write comment.