Color Hex Logo

#4055cd Color Hex

#4055CD
(64,85,205)
0 Favorites   0 Comments

Color spaces of #4055cd

RGB 6485205
HSL0.640.590.53
HSV231°69°80°
CMYK 0.690.590.00   0.20
XYZ16.382311.994859.2094
Yxy11.99480.18700.1369
Hunter Lab34.633523.8252-77.1186
CIE-Lab41.207931.6732-64.6109

#4055cd color RGB value is (64,85,205).

#4055cd hex color red value is 64, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4055cd hue: 0.64 , saturation: 0.59 and the lightness value of 4055cd is 0.53.

The process color (four color CMYK) of #4055cd color hex is 0.69, 0.59, 0.00, 0.20. Web safe color of #4055cd is #3366cc. Color #4055cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010101 11001101
Octal 100 125 315
Decimal 64 85 205
Hex 40 55 CD

RGB Percentages of Color #4055cd

%18.08
%24.01
%57.91

CMYK Percentages of Color #4055cd

%69
%59
%0
%20

Triadic Colors of #4055cd

#4055cd #cd4055 #55cd40

Analogous Colors of #4055cd

#4055cd #7240cd #409ccd

Monochromatic Colors of #4055cd

#4055cd

Complementary Color

#4055cd #cdb840

#4055cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4055cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4055cd Color CSS Codes

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

#4055cd Text Font Color

<p style="color:#4055cd">Text here</p>

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


#4055cd Background Color

<div style="background-color:#4055cd">
Div content here</div>

This div background color is #4055cd


#4055cd Border Color

<div style="border:3px solid #4055cd">
Div here</div>

This div border color is #4055cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,85,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4055cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4055cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4055cd;
  box-shadow:         1px 1px 3px 2px #4055cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,85,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4055cd


Comments

No comments written yet.

Please login to write comment.