Color Hex Logo

#4331dd Color Hex

#4331DD
(67,49,221)
0 Favorites   0 Comments

Color spaces of #4331dd

RGB 6749221
HSL0.680.720.53
HSV246°78°87°
CMYK 0.700.780.00   0.13
XYZ16.46428.610469.2008
Yxy8.61040.17460.0913
Hunter Lab29.343548.8026-119.2833
CIE-Lab35.223157.9325-83.6389

#4331dd color RGB value is (67,49,221).

#4331dd hex color red value is 67, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4331dd hue: 0.68 , saturation: 0.72 and the lightness value of 4331dd is 0.53.

The process color (four color CMYK) of #4331dd color hex is 0.70, 0.78, 0.00, 0.13. Web safe color of #4331dd is #3333cc. Color #4331dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110001 11011101
Octal 103 61 335
Decimal 67 49 221
Hex 43 31 DD

RGB Percentages of Color #4331dd

%19.88
%14.54
%65.58

CMYK Percentages of Color #4331dd

%70
%78
%0
%13

Triadic Colors of #4331dd

#4331dd #dd4331 #31dd43

Analogous Colors of #4331dd

#4331dd #9931dd #3175dd

Monochromatic Colors of #4331dd

#4331dd

Complementary Color

#4331dd #cbdd31

#4331dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4331dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4331dd Color CSS Codes

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

#4331dd Text Font Color

<p style="color:#4331dd">Text here</p>

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


#4331dd Background Color

<div style="background-color:#4331dd">
Div content here</div>

This div background color is #4331dd


#4331dd Border Color

<div style="border:3px solid #4331dd">
Div here</div>

This div border color is #4331dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,49,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4331dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4331dd;
  -webkit-box-shadow: 1px 1px 3px 2px #4331dd;
  box-shadow:         1px 1px 3px 2px #4331dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4331dd


Comments

No comments written yet.

Please login to write comment.