Color Hex Logo

#4465cd Color Hex

#4465CD
(68,101,205)
0 Favorites   0 Comments

Color spaces of #4465cd

RGB 68101205
HSL0.630.580.54
HSV226°67°80°
CMYK 0.670.510.00   0.20
XYZ18.057014.944159.6904
Yxy14.94410.19480.1612
Hunter Lab38.657615.7267-64.4881
CIE-Lab45.557522.1004-57.5523

#4465cd color RGB value is (68,101,205).

#4465cd hex color red value is 68, green value is 101 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4465cd hue: 0.63 , saturation: 0.58 and the lightness value of 4465cd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100101 11001101
Octal 104 145 315
Decimal 68 101 205
Hex 44 65 CD

RGB Percentages of Color #4465cd

%18.18
%27.01
%54.81

CMYK Percentages of Color #4465cd

%67
%51
%0
%20

Triadic Colors of #4465cd

#4465cd #cd4465 #65cd44

Analogous Colors of #4465cd

#4465cd #6844cd #44aacd

Monochromatic Colors of #4465cd

#4465cd

Complementary Color

#4465cd #cdac44

#4465cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4465cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4465cd Color CSS Codes

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

#4465cd Text Font Color

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

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


#4465cd Background Color

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

This div background color is #4465cd


#4465cd Border Color

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

This div border color is #4465cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,101,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 #4465cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4465cd


Comments

No comments written yet.

Please login to write comment.