Color Hex Logo

#658fdd Color Hex

#658FDD
(101,143,221)
0 Favorites   0 Comments

Color spaces of #658fdd

RGB 101143221
HSL0.610.640.63
HSV219°54°87°
CMYK 0.540.350.00   0.13
XYZ28.240427.632172.2517
Yxy27.63210.22040.2157
Hunter Lab52.56623.9054-44.6971
CIE-Lab59.55497.9744-44.1783

#658fdd color RGB value is (101,143,221).

#658fdd hex color red value is 101, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #658fdd hue: 0.61 , saturation: 0.64 and the lightness value of 658fdd is 0.63.

The process color (four color CMYK) of #658fdd color hex is 0.54, 0.35, 0.00, 0.13. Web safe color of #658fdd is #6699cc. Color #658fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001111 11011101
Octal 145 217 335
Decimal 101 143 221
Hex 65 8F DD

RGB Percentages of Color #658fdd

%21.72
%30.75
%47.53

CMYK Percentages of Color #658fdd

%54
%35
%0
%13

Triadic Colors of #658fdd

#658fdd #dd658f #8fdd65

Analogous Colors of #658fdd

#658fdd #7765dd #65cbdd

Monochromatic Colors of #658fdd

#658fdd

Complementary Color

#658fdd #ddb365

#658fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#658fdd Color CSS Codes

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

#658fdd Text Font Color

<p style="color:#658fdd">Text here</p>

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


#658fdd Background Color

<div style="background-color:#658fdd">
Div content here</div>

This div background color is #658fdd


#658fdd Border Color

<div style="border:3px solid #658fdd">
Div here</div>

This div border color is #658fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,143,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #658fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #658fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #658fdd;
  box-shadow:         1px 1px 3px 2px #658fdd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658fdd


Comments

No comments written yet.

Please login to write comment.