Color Hex Logo

#421fbf Color Hex

#421FBF
(66,31,191)
0 Favorites   0 Comments

Color spaces of #421fbf

RGB 6631191
HSL0.700.720.44
HSV253°84°75°
CMYK 0.650.840.00   0.25
XYZ12.14075.899849.7891
Yxy5.89980.17900.0870
Hunter Lab24.289546.7136-104.5311
CIE-Lab29.158257.1617-76.2240

#421fbf color RGB value is (66,31,191).

#421fbf hex color red value is 66, green value is 31 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #421fbf hue: 0.70 , saturation: 0.72 and the lightness value of 421fbf is 0.44.

The process color (four color CMYK) of #421fbf color hex is 0.65, 0.84, 0.00, 0.25. Web safe color of #421fbf is #3333cc. Color #421fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011111 10111111
Octal 102 37 277
Decimal 66 31 191
Hex 42 1F BF

RGB Percentages of Color #421fbf

%22.92
%10.76
%66.32

CMYK Percentages of Color #421fbf

%65
%84
%0
%25

Triadic Colors of #421fbf

#421fbf #bf421f #1fbf42

Analogous Colors of #421fbf

#421fbf #921fbf #1f4cbf

Monochromatic Colors of #421fbf

#421fbf

Complementary Color

#421fbf #9cbf1f

#421fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#421fbf Color CSS Codes

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

#421fbf Text Font Color

<p style="color:#421fbf">Text here</p>

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


#421fbf Background Color

<div style="background-color:#421fbf">
Div content here</div>

This div background color is #421fbf


#421fbf Border Color

<div style="border:3px solid #421fbf">
Div here</div>

This div border color is #421fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,31,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #421fbf;
  box-shadow:         1px 1px 3px 2px #421fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421fbf


Comments

No comments written yet.

Please login to write comment.