Color Hex Logo

#4255dd Color Hex

#4255DD
(66,85,221)
0 Favorites   0 Comments

Color spaces of #4255dd

RGB 6685221
HSL0.650.700.56
HSV233°70°87°
CMYK 0.700.620.00   0.13
XYZ18.546412.875769.9144
Yxy12.87570.18300.1271
Hunter Lab35.882729.4650-90.4035
CIE-Lab42.575437.5283-71.5516

#4255dd color RGB value is (66,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010101 11011101
Octal 102 125 335
Decimal 66 85 221
Hex 42 55 DD

RGB Percentages of Color #4255dd

%17.74
%22.85
%59.41

CMYK Percentages of Color #4255dd

%70
%62
%0
%13

Triadic Colors of #4255dd

#4255dd #dd4255 #55dd42

Analogous Colors of #4255dd

#4255dd #7d42dd #42a3dd

Monochromatic Colors of #4255dd

#4255dd

Complementary Color

#4255dd #ddca42

#4255dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4255dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4255dd Color CSS Codes

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

#4255dd Text Font Color

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

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


#4255dd Background Color

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

This div background color is #4255dd


#4255dd Border Color

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

This div border color is #4255dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4255dd


Comments

No comments written yet.

Please login to write comment.