Color Hex Logo

#658ecb Color Hex

#658ECB
(101,142,203)
0 Favorites   0 Comments

Color spaces of #658ecb

RGB 101142203
HSL0.600.500.60
HSV216°50°80°
CMYK 0.500.300.00   0.20
XYZ25.819326.424560.2395
Yxy26.42450.22950.2349
Hunter Lab51.4048-0.3024-33.4966
CIE-Lab58.43782.9686-35.8453

#658ecb color RGB value is (101,142,203).

#658ecb hex color red value is 101, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #658ecb hue: 0.60 , saturation: 0.50 and the lightness value of 658ecb is 0.60.

The process color (four color CMYK) of #658ecb color hex is 0.50, 0.30, 0.00, 0.20. Web safe color of #658ecb is #6699cc. Color #658ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001110 11001011
Octal 145 216 313
Decimal 101 142 203
Hex 65 8E CB

RGB Percentages of Color #658ecb

%22.65
%31.84
%45.52

CMYK Percentages of Color #658ecb

%50
%30
%0
%20

Triadic Colors of #658ecb

#658ecb #cb658e #8ecb65

Analogous Colors of #658ecb

#658ecb #6f65cb #65c1cb

Monochromatic Colors of #658ecb

#658ecb

Complementary Color

#658ecb #cba265

#658ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658ecb Color CSS Codes

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

#658ecb Text Font Color

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

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


#658ecb Background Color

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

This div background color is #658ecb


#658ecb Border Color

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

This div border color is #658ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,142,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658ecb


Comments

No comments written yet.

Please login to write comment.