Color Hex Logo

#4229fd Color Hex

#4229FD
(66,41,253)
0 Favorites   0 Comments

Color spaces of #4229fd

RGB 6641253
HSL0.690.980.58
HSV247°84°99°
CMYK 0.740.840.00   0.01
XYZ20.76939.836093.7324
Yxy9.83600.16700.0791
Hunter Lab31.362463.3249-155.2456
CIE-Lab37.546570.3566-97.9352

#4229fd color RGB value is (66,41,253).

#4229fd hex color red value is 66, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4229fd hue: 0.69 , saturation: 0.98 and the lightness value of 4229fd is 0.58.

The process color (four color CMYK) of #4229fd color hex is 0.74, 0.84, 0.00, 0.01. Web safe color of #4229fd is #3333ff. Color #4229fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 11111101
Octal 102 51 375
Decimal 66 41 253
Hex 42 29 FD

RGB Percentages of Color #4229fd

%18.33
%11.39
%70.28

CMYK Percentages of Color #4229fd

%74
%84
%0
%1

Triadic Colors of #4229fd

#4229fd #fd4229 #29fd42

Analogous Colors of #4229fd

#4229fd #ac29fd #297afd

Monochromatic Colors of #4229fd

#4229fd

Complementary Color

#4229fd #e4fd29

#4229fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4229fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4229fd Color CSS Codes

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

#4229fd Text Font Color

<p style="color:#4229fd">Text here</p>

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


#4229fd Background Color

<div style="background-color:#4229fd">
Div content here</div>

This div background color is #4229fd


#4229fd Border Color

<div style="border:3px solid #4229fd">
Div here</div>

This div border color is #4229fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,41,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4229fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4229fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4229fd;
  box-shadow:         1px 1px 3px 2px #4229fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4229fd


Comments

No comments written yet.

Please login to write comment.