Color Hex Logo

#4243dd Color Hex

#4243DD
(66,67,221)
0 Favorites   0 Comments

Color spaces of #4243dd

RGB 6667221
HSL0.670.700.56
HSV240°70°87°
CMYK 0.700.700.00   0.13
XYZ17.305110.393069.5006
Yxy10.39300.17800.1069
Hunter Lab32.238239.4000-105.2535
CIE-Lab38.538748.3076-78.1702

#4243dd color RGB value is (66,67,221).

#4243dd hex color red value is 66, green value is 67 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4243dd hue: 0.67 , saturation: 0.70 and the lightness value of 4243dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 11011101
Octal 102 103 335
Decimal 66 67 221
Hex 42 43 DD

RGB Percentages of Color #4243dd

%18.64
%18.93
%62.43

CMYK Percentages of Color #4243dd

%70
%70
%0
%13

Triadic Colors of #4243dd

#4243dd #dd4243 #43dd42

Analogous Colors of #4243dd

#4243dd #8f42dd #4291dd

Monochromatic Colors of #4243dd

#4243dd

Complementary Color

#4243dd #dddc42

#4243dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4243dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4243dd Color CSS Codes

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

#4243dd Text Font Color

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

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


#4243dd Background Color

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

This div background color is #4243dd


#4243dd Border Color

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

This div border color is #4243dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,67,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 #4243dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4243dd


Comments

No comments written yet.

Please login to write comment.