Color Hex Logo

#431cbd Color Hex

#431CBD
(67,28,189)
0 Favorites   0 Comments

Color spaces of #431cbd

RGB 6728189
HSL0.710.740.43
HSV255°85°74°
CMYK 0.650.850.00   0.26
XYZ11.91535.697948.6159
Yxy5.69790.17990.0860
Hunter Lab23.870347.3287-104.0450
CIE-Lab28.637157.8398-75.9026

#431cbd color RGB value is (67,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00011100 10111101
Octal 103 34 275
Decimal 67 28 189
Hex 43 1C BD

RGB Percentages of Color #431cbd

%23.59
%9.86
%66.55

CMYK Percentages of Color #431cbd

%65
%85
%0
%26

Triadic Colors of #431cbd

#431cbd #bd431c #1cbd43

Analogous Colors of #431cbd

#431cbd #941cbd #1c45bd

Monochromatic Colors of #431cbd

#431cbd

Complementary Color

#431cbd #96bd1c

#431cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#431cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#431cbd Color CSS Codes

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

#431cbd Text Font Color

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

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


#431cbd Background Color

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

This div background color is #431cbd


#431cbd Border Color

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

This div border color is #431cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #431cbd


Comments

No comments written yet.

Please login to write comment.