Color Hex Logo

#421bed Color Hex

#421BED
(66,27,237)
0 Favorites   0 Comments

Color spaces of #421bed

RGB 6627237
HSL0.700.850.52
HSV251°89°93°
CMYK 0.720.890.00   0.07
XYZ17.92488.056580.7311
Yxy8.05650.16800.0755
Hunter Lab28.384063.0528-148.7668
CIE-Lab34.100370.7820-94.6390

#421bed color RGB value is (66,27,237).

#421bed hex color red value is 66, green value is 27 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #421bed hue: 0.70 , saturation: 0.85 and the lightness value of 421bed is 0.52.

The process color (four color CMYK) of #421bed color hex is 0.72, 0.89, 0.00, 0.07. Web safe color of #421bed is #3333ff. Color #421bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 11101101
Octal 102 33 355
Decimal 66 27 237
Hex 42 1B ED

RGB Percentages of Color #421bed

%20.00
%8.18
%71.82

CMYK Percentages of Color #421bed

%72
%89
%0
%7

Triadic Colors of #421bed

#421bed #ed421b #1bed42

Analogous Colors of #421bed

#421bed #ab1bed #1b5ded

Monochromatic Colors of #421bed

#421bed

Complementary Color

#421bed #c6ed1b

#421bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#421bed Color CSS Codes

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

#421bed Text Font Color

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

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


#421bed Background Color

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

This div background color is #421bed


#421bed Border Color

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

This div border color is #421bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421bed


Comments

No comments written yet.

Please login to write comment.